Searched refs:getReadPixelsFormat (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.h | 152 bool getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
|
D | GrGLCaps.cpp | 864 if (!this->getReadPixelsFormat(surfaceConfig, readConfig, &readFormat, &readType)) { in readPixelsSupported() 1218 bool GrGLCaps::getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, in getReadPixelsFormat() function in GrGLCaps
|
D | GrGLGpu.cpp | 2332 if (!this->glCaps().getReadPixelsFormat(surface->config(), dstAsConfig, &externalFormat, in onReadPixels()
|
/external/angle/src/libANGLE/ |
D | formatutils.h | 179 GLenum getReadPixelsFormat(const Extensions &extensions) const;
|
D | Framebuffer.cpp | 1656 return format.getReadPixelsFormat(context->getExtensions()); in getImplementationColorReadFormat()
|
D | formatutils.cpp | 369 GLenum InternalFormat::getReadPixelsFormat(const Extensions &extensions) const in getReadPixelsFormat() function in gl::InternalFormat
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 186 void getReadPixelsFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType,
|
D | GrGLCaps.cpp | 1256 void GrGLCaps::getReadPixelsFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType, in getReadPixelsFormat() function in GrGLCaps
|
D | GrGLGpu.cpp | 2113 this->glCaps().getReadPixelsFormat(surface->backendFormat().asGLFormat(), in readOrTransferPixelsFrom()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | FramebufferGL.cpp | 671 readAttachment->getFormat().info->getReadPixelsFormat(context->getExtensions()); in readPixels()
|