Home
last modified time | relevance | path

Searched refs:fFormats (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLCaps.cpp1173 writer->appendHexU32("b_internal", fConfigTable[i].fFormats.fBaseInternalFormat); in onDumpJSON()
1174 writer->appendHexU32("s_internal", fConfigTable[i].fFormats.fSizedInternalFormat); in onDumpJSON()
1176 … fConfigTable[i].fFormats.fExternalFormat[kReadPixels_ExternalFormatUsage]); in onDumpJSON()
1179 fConfigTable[i].fFormats.fExternalFormat[kTexImage_ExternalFormatUsage]); in onDumpJSON()
1180 writer->appendHexU32("e_type", fConfigTable[i].fFormats.fExternalType); in onDumpJSON()
1181 writer->appendHexU32("i_for_teximage", fConfigTable[i].fFormats.fInternalFormatTexImage); in onDumpJSON()
1183 fConfigTable[i].fFormats.fInternalFormatRenderbuffer); in onDumpJSON()
1195 return fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fBaseInternalFormat == GR_GL_BGRA; in bgraIsInternalFormat()
1205 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage; in getTexImageFormats()
1214 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage; in getCompressedTexImageFormats()
[all …]
DGrGLCaps.h142 return fConfigTable[config].fFormats.fSizedInternalFormat; in configSizedInternalFormat()
160 return fConfigTable[config].fFormats.fSizedInternalFormat; in getImageFormat()
560 ConfigFormats fFormats; member
/external/skia/src/gpu/gl/
DGrGLCaps.cpp1180 writer->appendHexU32("b_internal", fConfigTable[i].fFormats.fBaseInternalFormat); in onDumpJSON()
1181 writer->appendHexU32("s_internal", fConfigTable[i].fFormats.fSizedInternalFormat); in onDumpJSON()
1183 … fConfigTable[i].fFormats.fExternalFormat[kReadPixels_ExternalFormatUsage]); in onDumpJSON()
1186 fConfigTable[i].fFormats.fExternalFormat[kTexImage_ExternalFormatUsage]); in onDumpJSON()
1187 writer->appendHexU32("e_type", fConfigTable[i].fFormats.fExternalType); in onDumpJSON()
1188 writer->appendHexU32("i_for_teximage", fConfigTable[i].fFormats.fInternalFormatTexImage); in onDumpJSON()
1190 fConfigTable[i].fFormats.fInternalFormatRenderbuffer); in onDumpJSON()
1202 return fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fBaseInternalFormat == GR_GL_BGRA; in bgraIsInternalFormat()
1212 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage; in getTexImageFormats()
1221 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage; in getCompressedTexImageFormats()
[all …]
DGrGLCaps.h142 return fConfigTable[config].fFormats.fSizedInternalFormat; in configSizedInternalFormat()
160 return fConfigTable[config].fFormats.fSizedInternalFormat; in getImageFormat()
560 ConfigFormats fFormats; member