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

/external/skia/src/gpu/gl/
H A DGrGpuGLShaders.h20 class GrGpuGLShaders : public GrGpuGL { class in inherits:GrGpuGL
22 GrGpuGLShaders(const GrGLContextInfo& ctxInfo);
23 virtual ~GrGpuGLShaders();
H A DGrGpuGLShaders.cpp13 #include "GrGpuGLShaders.h"
24 class GrGpuGLShaders::ProgramCache : public ::GrNoncopyable {
69 GrGpuGLShaders::DeleteProgram(fGL.interface(),
106 GrGpuGLShaders::DeleteProgram(fGL.interface(),
125 void GrGpuGLShaders::abandonResources(){
130 void GrGpuGLShaders::DeleteProgram(const GrGLInterface* gl,
164 bool GrGpuGLShaders::programUnitTest() {
298 GrGpuGLShaders::GrGpuGLShaders(const GrGLContextInfo& ctxInfo) function in class:GrGpuGLShaders
328 GrGpuGLShaders
[all...]

Completed in 301 milliseconds