Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h123 GrGLFunction<GrGLCompressedTexSubImage2DFn> fCompressedTexSubImage2D; member
/external/skqp/include/gpu/gl/
DGrGLInterface.h110 GrGLFunction<GrGLCompressedTexSubImage2DFn> fCompressedTexSubImage2D; member
/external/skqp/src/gpu/gl/
DGrGLInterface.cpp56 !fFunctions.fCompressedTexSubImage2D || in validate()
DGrGLTestInterface.cpp45 …fFunctions.fCompressedTexSubImage2D = bind_to_member(this, &GrGLTestInterface::compressedTexSubIma… in GrGLTestInterface()
DGrGLCaps.cpp1917 fCompressedTexSubImageSupport = (bool)(gli->fFunctions.fCompressedTexSubImage2D); in initConfigTable()
/external/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp105 !fFunctions.fCompressedTexSubImage2D || in validate()