HomeSort by relevance Sort by last modified time
    Searched refs:fGL (Results 1 - 6 of 6) sorted by null

  /external/skia/include/gpu/gl/
SkGLContext.h 31 const GrGLInterface* gl() const { return fGL; }
54 const GrGLInterface* fGL;
  /external/skia/src/gpu/gl/
SkGLContext.cpp 12 , fGL(NULL) {
16 SkSafeUnref(fGL);
24 if (fGL) {
25 fGL->unref();
29 fGL = this->createGLContext();
30 if (fGL) {
119 fGL->unref();
120 fGL = NULL;
GrGLTexture.h 23 : fGL(gl)
30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID));
38 const GrGLInterface* fGL;
GrGpuGLShaders.cpp 58 const GrGLContextInfo& fGL;
64 , fGL(gl) {
69 GrGpuGLShaders::DeleteProgram(fGL.interface(),
91 if (!desc.genProgram(fGL, &newEntry.fProgramData)) {
106 GrGpuGLShaders::DeleteProgram(fGL.interface(),
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 136 fGL = NULL;
144 SkSafeUnref(fGL);
153 if (NULL == fGL) {
154 fGL = GrGLCreateNativeInterface();
157 (GrPlatform3DContext) fGL);
159 if (NULL == fGrContext || NULL == fGL) {
161 SkSafeUnref(fGL);
245 GR_GL_GetIntegerv(fGL, GR_GL_SAMPLES, &desc.fSampleCnt);
246 GR_GL_GetIntegerv(fGL, GR_GL_STENCIL_BITS, &desc.fStencilBits);
248 GR_GL_GetIntegerv(fGL, GR_GL_FRAMEBUFFER_BINDING, &buffer)
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]

Completed in 77 milliseconds