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

  /external/skia/src/gpu/gl/
GrGLInterface.cpp 313 if (nullptr == fFunctions.fTexStorage2D) {
319 if (nullptr == fFunctions.fTexStorage2D) {
    [all...]
GrGLCreateNullInterface.cpp 441 functions->fTexStorage2D = noOpGLTexStorage2D;
SkNullGLContext.cpp 490 functions->fTexStorage2D = noOpGLTexStorage2D;
  /external/skia/include/gpu/gl/
GrGLInterface.h 282 GrGLFunction<GrGLTexStorage2DProc> fTexStorage2D;
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp     [all...]

Completed in 150 milliseconds