Searched refs:readBackFormat (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_common/gles/ |
H A D | helpers.cpp | 274 GLenum readBackFormat = GL_RGBA; in ReadGLTexture() local 293 …glReadPixels( 0, 0, (GLsizei)outWidth, (GLsizei)outHeight, readBackFormat, readBackType, outBuffer… in ReadGLTexture() 299 GetGLFormatName(readBackFormat), in ReadGLTexture() 604 GLenum readBackFormat = GL_RGBA; in ReadGLRenderbuffer() local 611 …glReadPixels( 0, 0, (GLsizei)outWidth, (GLsizei)outHeight, readBackFormat, readBackType, outBuffer… in ReadGLRenderbuffer() 616 GetGLFormatName(readBackFormat), in ReadGLRenderbuffer()
|
/aosp_15_r20/external/OpenCL-CTS/test_common/gl/ |
H A D | helpers.cpp | 783 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() 1788 GLenum readBackFormat = glFormat == GL_RGBA_INTEGER_EXT ? GL_RGBA_INTEGER_EXT : GL_RGBA; in ReadGLRenderbuffer() local 1795 …glReadPixels( 0, 0, (GLsizei)outWidth, (GLsizei)outHeight, readBackFormat, readBackType, outBuffer… in ReadGLRenderbuffer() 1800 GetGLFormatName(readBackFormat), in ReadGLRenderbuffer()
|