Home
last modified time | relevance | path

Searched refs:CreateGLTexture3D (Results 1 – 9 of 9) sorted by relevance

/external/OpenCL-CTS/test_conformance/gles/
Dtest_images_3D_info.cpp56 …void* tmp = CreateGLTexture3D( width, height, depth, target, format, internalFormat, glType, type,… in test_image_format_read()
Dtest_images_3D.cpp133 …void* tmp = CreateGLTexture3D( width, height, depth, target, format, internalFormat, glType, type,… in test_image_format_read()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_getinfo_common.cpp168 CreateGLTexture3D( width, height, depth, target, gl_fmt, in test_image_format_get_info()
Dtest_images_read_common.cpp493 buffer = CreateGLTexture3D( width, height, depth, target, gl_fmt, in test_image_format_read()
Dtest_images_write_common.cpp531 CreateGLTexture3D( width, height, depth, target, format, in test_image_format_write()
/external/OpenCL-CTS/test_common/gles/
Dhelpers.h193 extern void * CreateGLTexture3D( size_t width, size_t height, size_t depth,
Dhelpers.cpp178 void * CreateGLTexture3D( size_t width, size_t height, size_t depth, in CreateGLTexture3D() function
/external/OpenCL-CTS/test_common/gl/
Dhelpers.h291 extern void * CreateGLTexture3D( size_t width, size_t height, size_t depth,
Dhelpers.cpp652 void * CreateGLTexture3D( size_t width, size_t height, size_t depth, in CreateGLTexture3D() function