Searched refs:GrGLCompressedTexSubImage2DProc (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/gpu/gl/
H A DGrGLInterface.h109 GrGLFunction<GrGLCompressedTexSubImage2DProc> fCompressedTexSubImage2D;
H A DGrGLFunctions.h46 typedef GrGLvoid (* GrGLCompressedTexSubImage2DProc)(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLsizei width, GrGLsizei height, GrGLenum format, GrGLsizei imageSize, const GrGLvoid* data); typedef
/external/skqp/include/gpu/gl/
H A DGrGLInterface.h110 GrGLFunction<GrGLCompressedTexSubImage2DProc> fCompressedTexSubImage2D;
H A DGrGLFunctions.h47 typedef GrGLvoid (* GrGLCompressedTexSubImage2DProc)(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLsizei width, GrGLsizei height, GrGLenum format, GrGLsizei imageSize, const GrGLvoid* data); typedef

Completed in 169 milliseconds