Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Unified Diff: tests/GLProgramsTest.cpp

Issue 808593003: Rename GrGpuGL to GrGLGpu for consistency (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/gl/builders/GrGLVertexShaderBuilder.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/GLProgramsTest.cpp
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp
index ac50a9dc0945d6518e47ceb5a7ea09c3cc86dfcd..57ddf8654dc1c02a8bae05991a95fcac3f81b59e 100644
--- a/tests/GLProgramsTest.cpp
+++ b/tests/GLProgramsTest.cpp
@@ -139,7 +139,7 @@ static const GrGeometryProcessor* get_random_gp(GrContext* context,
dummyTextures);
}
-static void set_random_color_coverage_stages(GrGpuGL* gpu,
+static void set_random_color_coverage_stages(GrGLGpu* gpu,
GrDrawState* ds,
int maxStages,
bool usePathRendering,
@@ -217,7 +217,7 @@ static void set_random_stencil(GrDrawState* ds, SkRandom* random) {
}
bool GrDrawTarget::programUnitTest(int maxStages) {
- GrGpuGL* gpu = static_cast<GrGpuGL*>(fContext->getGpu());
+ GrGLGpu* gpu = static_cast<GrGLGpu*>(fContext->getGpu());
// setup dummy textures
GrSurfaceDesc dummyDesc;
dummyDesc.fFlags = kRenderTarget_GrSurfaceFlag;
@@ -339,7 +339,7 @@ DEF_GPUTEST(GLPrograms, reporter, factory) {
for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
GrContext* context = factory->get(static_cast<GrContextFactory::GLContextType>(type));
if (context) {
- GrGpuGL* gpu = static_cast<GrGpuGL*>(context->getGpu());
+ GrGLGpu* gpu = static_cast<GrGLGpu*>(context->getGpu());
/*
* For the time being, we only support the test with desktop GL or for android on
« no previous file with comments | « src/gpu/gl/builders/GrGLVertexShaderBuilder.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698