Home
last modified time | relevance | path

Searched refs:CreateGLTexture2DArrayMultisample (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/
Dtest_image_methods.cpp146 CreateGLTexture2DArrayMultisample( width, height, arraySize, samples, target, in test_image_format_methods()
Dtest_images_read_common.cpp503 buffer = CreateGLTexture2DArrayMultisample( width, height, depth, samples, target, gl_fmt, in test_image_format_read()
/external/OpenCL-CTS/test_common/gl/
Dhelpers.h305 extern void * CreateGLTexture2DArrayMultisample( size_t width, size_t height,
Dhelpers.cpp1296 void * CreateGLTexture2DArrayMultisample(size_t width, size_t height, in CreateGLTexture2DArrayMultisample() function