Searched refs:CreateGLTexture3D (Results 1 – 9 of 9) sorted by relevance
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_images_3D_info.cpp | 56 …void* tmp = CreateGLTexture3D( width, height, depth, target, format, internalFormat, glType, type,… in test_image_format_read()
|
D | test_images_3D.cpp | 133 …void* tmp = CreateGLTexture3D( width, height, depth, target, format, internalFormat, glType, type,… in test_image_format_read()
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_getinfo_common.cpp | 168 CreateGLTexture3D( width, height, depth, target, gl_fmt, in test_image_format_get_info()
|
D | test_images_read_common.cpp | 493 buffer = CreateGLTexture3D( width, height, depth, target, gl_fmt, in test_image_format_read()
|
D | test_images_write_common.cpp | 531 CreateGLTexture3D( width, height, depth, target, format, in test_image_format_write()
|
/external/OpenCL-CTS/test_common/gles/ |
D | helpers.h | 193 extern void * CreateGLTexture3D( size_t width, size_t height, size_t depth,
|
D | helpers.cpp | 178 void * CreateGLTexture3D( size_t width, size_t height, size_t depth, in CreateGLTexture3D() function
|
/external/OpenCL-CTS/test_common/gl/ |
D | helpers.h | 291 extern void * CreateGLTexture3D( size_t width, size_t height, size_t depth,
|
D | helpers.cpp | 652 void * CreateGLTexture3D( size_t width, size_t height, size_t depth, in CreateGLTexture3D() function
|