Searched refs:glBuf (Results 1 – 3 of 3) sorted by relevance
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_write_common.cpp | 500 glBufferWrapper glBuf; in test_image_format_write() local 510 type, &glTexture, &glBuf, &error, false, d ); in test_image_format_write() 620 target, glTexture, glBuf, width, format, in test_image_format_write()
|
/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() argument 845 glBindBuffer(GL_ARRAY_BUFFER, glBuf); in ReadGLTexture()
|