Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h181 GLenum getReadPixelsFormat(const Extensions &extensions) const;
DFramebuffer.cpp1664 return format.getReadPixelsFormat(context->getExtensions()); in getImplementationColorReadFormat()
Dformatutils.cpp373 GLenum InternalFormat::getReadPixelsFormat(const Extensions &extensions) const in getReadPixelsFormat() function in gl::InternalFormat
/third_party/skia/src/gpu/gl/
DGrGLCaps.h186 void getReadPixelsFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType,
DGrGLGpu.cpp2147 this->glCaps().getReadPixelsFormat(surface->backendFormat().asGLFormat(), in readOrTransferPixelsFrom()
DGrGLCaps.cpp1314 void GrGLCaps::getReadPixelsFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType, in getReadPixelsFormat() function in GrGLCaps
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp672 readAttachment->getFormat().info->getReadPixelsFormat(context->getExtensions()); in readPixels()