Home
last modified time | relevance | path

Searched refs:fCompressedTexSubImage2D (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/gpu/gl/
DGrGLInterface.h160 GrGLFunction<GrGLCompressedTexSubImage2DProc> fCompressedTexSubImage2D; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp370 functions->fCompressedTexSubImage2D = noOpGLCompressedTexSubImage2D; in GrGLCreateNullInterface()
DSkNullGLContext.cpp419 functions->fCompressedTexSubImage2D = noOpGLCompressedTexSubImage2D; in create_null_interface()
DGrGLInterface.cpp292 || nullptr == fFunctions.fCompressedTexSubImage2D in validate()
DGrGLCaps.cpp1568 fCompressedTexSubImageSupport = SkToBool(gli->fFunctions.fCompressedTexSubImage2D); in initConfigTable()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp864 functions->fCompressedTexSubImage2D = noOpGLCompressedTexSubImage2D; in GrGLCreateDebugInterface()