Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DFramebuffer.h69 GLenum getImplementationColorReadFormat();
DFramebuffer.cpp402 GLenum Framebuffer::getImplementationColorReadFormat() in getImplementationColorReadFormat() function in es1::Framebuffer
DContext.cpp1291 *params = framebuffer->getImplementationColorReadFormat(); in getIntegerv()
2422 …if(format != framebuffer->getImplementationColorReadFormat() || type != framebuffer->getImplementa… in readPixels()
/external/swiftshader/src/OpenGL/libGLESv2/
DFramebuffer.h82 GLenum getImplementationColorReadFormat() const;
DFramebuffer.cpp522 GLenum Framebuffer::getImplementationColorReadFormat() const in getImplementationColorReadFormat() function in es2::Framebuffer
Dutilities.cpp807 implementationReadFormat = framebuffer->getImplementationColorReadFormat(); in ValidateReadPixelsFormatType()
DContext.cpp2014 *params = framebuffer->getImplementationColorReadFormat(); in getIntegerv()