Home
last modified time | relevance | path

Searched refs:readBackFormat (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_common/gles/
Dhelpers.cpp276 GLenum readBackFormat = GL_RGBA; in ReadGLTexture() local
295 …glReadPixels( 0, 0, (GLsizei)outWidth, (GLsizei)outHeight, readBackFormat, readBackType, outBuffer… in ReadGLTexture()
301 GetGLFormatName(readBackFormat), in ReadGLTexture()
606 GLenum readBackFormat = GL_RGBA; in ReadGLRenderbuffer() local
613 …glReadPixels( 0, 0, (GLsizei)outWidth, (GLsizei)outHeight, readBackFormat, readBackType, outBuffer… in ReadGLRenderbuffer()
618 GetGLFormatName(readBackFormat), in ReadGLRenderbuffer()
/external/OpenCL-CTS/test_common/gl/
Dhelpers.cpp783 GLenum readBackFormat; in ReadGLTexture() local
787 readBackFormat = GL_RGBA_INTEGER_EXT; in ReadGLTexture()
790 readBackFormat = GL_DEPTH_COMPONENT; in ReadGLTexture()
793 readBackFormat = GL_DEPTH_STENCIL; in ReadGLTexture()
796 readBackFormat = GL_RGBA; in ReadGLTexture()
839 glGetTexImage( glTarget, 0, readBackFormat, readBackType, outBuffer ); in ReadGLTexture()
853 GetGLFormatName(readBackFormat), in ReadGLTexture()
1780 GLenum readBackFormat = glFormat == GL_RGBA_INTEGER_EXT ? GL_RGBA_INTEGER_EXT : GL_RGBA; in ReadGLRenderbuffer() local
1787 …glReadPixels( 0, 0, (GLsizei)outWidth, (GLsizei)outHeight, readBackFormat, readBackType, outBuffer… in ReadGLRenderbuffer()
1792 GetGLFormatName(readBackFormat), in ReadGLRenderbuffer()