Home
last modified time | relevance | path

Searched refs:getReadPixelsFormat (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLCaps.h152 bool getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
DGrGLCaps.cpp864 if (!this->getReadPixelsFormat(surfaceConfig, readConfig, &readFormat, &readType)) { in readPixelsSupported()
1218 bool GrGLCaps::getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, in getReadPixelsFormat() function in GrGLCaps
DGrGLGpu.cpp2332 if (!this->glCaps().getReadPixelsFormat(surface->config(), dstAsConfig, &externalFormat, in onReadPixels()
/external/angle/src/libANGLE/
Dformatutils.h179 GLenum getReadPixelsFormat(const Extensions &extensions) const;
DFramebuffer.cpp1656 return format.getReadPixelsFormat(context->getExtensions()); in getImplementationColorReadFormat()
Dformatutils.cpp369 GLenum InternalFormat::getReadPixelsFormat(const Extensions &extensions) const in getReadPixelsFormat() function in gl::InternalFormat
/external/skia/src/gpu/gl/
DGrGLCaps.h186 void getReadPixelsFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType,
DGrGLCaps.cpp1256 void GrGLCaps::getReadPixelsFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType, in getReadPixelsFormat() function in GrGLCaps
DGrGLGpu.cpp2113 this->glCaps().getReadPixelsFormat(surface->backendFormat().asGLFormat(), in readOrTransferPixelsFrom()
/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp671 readAttachment->getFormat().info->getReadPixelsFormat(context->getExtensions()); in readPixels()