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 33 const GrGLInterface* gl() const { return fGL; }
58 const GrGLInterface* fGL;
  /external/skia/src/gpu/gl/
SkGLContext.cpp 17 , fGL(NULL) {
22 if (fGL) {
28 SkSafeUnref(fGL);
36 if (fGL) {
37 fGL->unref();
41 fGL = this->createGLContext();
42 if (fGL) {
130 fGL->unref();
131 fGL = NULL;
GrGLTexture.h 23 : fGL(gl)
30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID));
38 const GrGLInterface* fGL;
GrGpuGL.h 186 const GrGLContextInfo& fGL;
GrGpuGL_program.cpp 23 , fGL(gl) {
42 newEntry.fProgram.reset(GrGLProgram::Create(fGL, desc, stages));
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]

Completed in 82 milliseconds