Home
last modified time | relevance | path

Searched refs:glBuf (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_write_common.cpp500 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/
Dhelpers.h314 extern void * ReadGLTexture( GLenum glTarget, GLuint glTexture, GLuint glBuf, GLint width,
Dhelpers.cpp755 void * ReadGLTexture( GLenum glTarget, GLuint glTexture, GLuint glBuf, GLint width, in ReadGLTexture() argument
845 glBindBuffer(GL_ARRAY_BUFFER, glBuf); in ReadGLTexture()