Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp889 GrPixelConfig texConfig = glTex->config(); in onTransferPixels() local
890 SkASSERT(this->caps()->isConfigTexturable(texConfig)); in onTransferPixels()
941 if (!this->glCaps().getTexImageFormats(texConfig, bufferAsConfig, &internalFormat, in onTransferPixels()
946 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, config_alignment(texConfig))); in onTransferPixels()
1198 bool GrGLGpu::uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, GrGLenum target, in uploadTexData() argument
1205 SkASSERT(this->caps()->isConfigTexturable(texConfig)); in uploadTexData()
1242 if (!this->glCaps().getTexImageFormats(texConfig, dataConfig, &internalFormat, &externalFormat, in uploadTexData()
1247 GrGLenum internalFormatForTexStorage = this->glCaps().configSizedInternalFormat(texConfig); in uploadTexData()
1348 GR_GL_CALL(interface, PixelStorei(GR_GL_UNPACK_ALIGNMENT, config_alignment(texConfig))); in uploadTexData()
1355 texConfig, *interface, caps, target, internalFormat, in uploadTexData()
[all …]
DGrGLGpu.h394 bool uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, GrGLenum target,
401 bool uploadCompressedTexData(GrPixelConfig texConfig, int texWidth, int texHeight,
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp852 GrPixelConfig texConfig = glTex->config(); in onTransferPixels() local
853 SkASSERT(this->caps()->isConfigTexturable(texConfig)); in onTransferPixels()
905 if (!this->glCaps().getTexImageFormats(texConfig, bufferAsConfig, &internalFormat, in onTransferPixels()
910 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, config_alignment(texConfig))); in onTransferPixels()
1163 bool GrGLGpu::uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, GrGLenum target, in uploadTexData() argument
1170 SkASSERT(this->caps()->isConfigTexturable(texConfig)); in uploadTexData()
1207 if (!this->glCaps().getTexImageFormats(texConfig, dataConfig, &internalFormat, &externalFormat, in uploadTexData()
1212 GrGLenum internalFormatForTexStorage = this->glCaps().configSizedInternalFormat(texConfig); in uploadTexData()
1313 GR_GL_CALL(interface, PixelStorei(GR_GL_UNPACK_ALIGNMENT, config_alignment(texConfig))); in uploadTexData()
1320 texConfig, *interface, caps, target, internalFormat, in uploadTexData()
[all …]
DGrGLGpu.h382 bool uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, GrGLenum target,
389 bool uploadCompressedTexData(GrPixelConfig texConfig, int texWidth, int texHeight,