Searched refs:fInternalFormatTexImage (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLCaps.h465 GrGLenum fInternalFormatTexImage; member in struct:GrGLCaps::ConfigFormats
H A DGrGLCaps.cpp1243 fConfigTable[i].fFormats.fInternalFormatTexImage,
1346 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage;
1355 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage;
1976 fConfigTable[i].fFormats.fInternalFormatTexImage = useSizedTexFormats ?
2008 fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fInternalFormatTexImage = GR_GL_BGRA;

Completed in 92 milliseconds