Searched defs:GrGpuGL (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGpuGL.h23 class GrGpuGL : public GrGpu { class in inherits:GrGpu
25 virtual ~GrGpuGL();
52 GrGpuGL(const GrGLContextInfo& ctxInfo);
H A DGrGpuGL.cpp10 #include "GrGpuGL.h"
63 bool GrGpuGL::BlendCoeffReferencesConstant(GrBlendCoeff coeff) {
115 void GrGpuGL::AdjustTextureMatrix(const GrGLTexture* texture,
132 bool GrGpuGL::TextureMatrixIsIdentity(const GrGLTexture* texture,
180 GrGpuGL::GrGpuGL(const GrGLContextInfo& ctxInfo) : fGLContextInfo(ctxInfo) { function in class:GrGpuGL
197 GrPrintf("------------------------- create GrGpuGL %p --------------\n",
213 GrGpuGL::~GrGpuGL() {
223 void GrGpuGL
[all...]

Completed in 53 milliseconds