Home
last modified time | relevance | path

Searched refs:GetGLTypeForExplicitType (Results 1 – 7 of 7) sorted by relevance

/external/OpenCL-CTS/test_conformance/gles/
Dtest_renderbuffer.cpp90 DumpGLBuffer(GetGLTypeForExplicitType(actualType), width, height, convertedInput); in test_renderbuffer_read_image()
96 DumpGLBuffer(GetGLTypeForExplicitType(actualType), width, height, actualResults); in test_renderbuffer_read_image()
267 DumpGLBuffer(GetGLTypeForExplicitType(sourceType), width, height, sourceData); in test_renderbuffer_image_write()
273 DumpGLBuffer(GetGLTypeForExplicitType(sourceType), width, height, convertedData); in test_renderbuffer_image_write()
Dtest_images_2D.cpp458 DumpGLBuffer(GetGLTypeForExplicitType(*outType), imageWidth, imageHeight, cldata); in test_cl_image_write()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_renderbuffer.cpp137 DumpGLBuffer(GetGLTypeForExplicitType(actualType), width, height, convertedInput); in test_renderbuffer_read_image()
143 DumpGLBuffer(GetGLTypeForExplicitType(actualType), width, height, actualResults); in test_renderbuffer_read_image()
354 DumpGLBuffer(GetGLTypeForExplicitType(validationType), width, height, validationSource); in test_renderbuffer_image_write()
360 DumpGLBuffer(GetGLTypeForExplicitType(validationType), width, height, convertedData); in test_renderbuffer_image_write()
/external/OpenCL-CTS/test_common/gles/
Dhelpers.h236 extern GLenum GetGLTypeForExplicitType(ExplicitType type);
Dhelpers.cpp659 GLenum GetGLTypeForExplicitType(ExplicitType type) in GetGLTypeForExplicitType() function
/external/OpenCL-CTS/test_common/gl/
Dhelpers.h349 extern GLenum GetGLTypeForExplicitType(ExplicitType type);
Dhelpers.cpp295 size *= ( GetGLTypeSize( GetGLTypeForExplicitType(type) ) ); in CreateGLTextureBuffer()
828 outBytes *= ( GetGLTypeSize( GetGLTypeForExplicitType(typeToReadAs) ) ); in ReadGLTexture()
1829 GLenum GetGLTypeForExplicitType(ExplicitType type) in GetGLTypeForExplicitType() function