Home
last modified time | relevance | path

Searched refs:getTexImageExternalFormatAndType (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.h199 void getTexImageExternalFormatAndType(GrGLFormat surfaceFormat, GrGLenum* externalFormat,
DGrGLGpu.cpp1960 this->glCaps().getTexImageExternalFormatAndType(format, &externalFormat, &externalType); in createTexture()
DGrGLCaps.cpp1411 void GrGLCaps::getTexImageExternalFormatAndType(GrGLFormat surfaceFormat, GrGLenum* externalFormat, in getTexImageExternalFormatAndType() function in GrGLCaps