Searched refs:ReadGLTexture (Results 1 – 6 of 6) sorted by relevance
/external/OpenCL-CTS/test_common/gles/ |
D | helpers.h | 199 extern void * ReadGLTexture( GLenum glTarget, GLuint glTexture,
|
D | helpers.cpp | 266 void * ReadGLTexture( GLenum glTarget, GLuint glTexture, in ReadGLTexture() function
|
/external/OpenCL-CTS/test_common/gl/ |
D | helpers.h | 314 extern void * ReadGLTexture( GLenum glTarget, GLuint glTexture, GLuint glBuf, GLint width,
|
D | helpers.cpp | 755 void * ReadGLTexture( GLenum glTarget, GLuint glTexture, GLuint glBuf, GLint width, in ReadGLTexture() function
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_write_common.cpp | 619 BufferOwningPtr<char> glResults( ReadGLTexture( in test_image_format_write()
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_images_2D.cpp | 527 …BufferOwningPtr<char> glResults( ReadGLTexture( target, glTexture, format, internalFormat, glType,… in test_image_format_write()
|