Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/
H A 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()
269 DumpGLBuffer(GetGLTypeForExplicitType(sourceType), width, height, sourceData); in test_renderbuffer_image_write()
275 DumpGLBuffer(GetGLTypeForExplicitType(sourceType), width, height, convertedData); in test_renderbuffer_image_write()
H A Dtest_images_2D.cpp460 DumpGLBuffer(GetGLTypeForExplicitType(*outType), imageWidth, imageHeight, cldata); in test_cl_image_write()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/
H A Dtest_renderbuffer.cpp153 DumpGLBuffer(GetGLTypeForExplicitType(actualType), width, height, in test_renderbuffer_read_image()
160 DumpGLBuffer(GetGLTypeForExplicitType(actualType), width, height, in test_renderbuffer_read_image()
403 DumpGLBuffer(GetGLTypeForExplicitType(validationType), width, height, in test_renderbuffer_image_write()
410 DumpGLBuffer(GetGLTypeForExplicitType(validationType), width, height, in test_renderbuffer_image_write()
/aosp_15_r20/external/OpenCL-CTS/test_common/gles/
H A Dhelpers.h234 extern GLenum GetGLTypeForExplicitType(ExplicitType type);
H A Dhelpers.cpp657 GLenum GetGLTypeForExplicitType(ExplicitType type) in GetGLTypeForExplicitType() function
/aosp_15_r20/external/OpenCL-CTS/test_common/gl/
H A Dhelpers.h348 extern GLenum GetGLTypeForExplicitType(ExplicitType type);
H A Dhelpers.cpp295 size *= ( GetGLTypeSize( GetGLTypeForExplicitType(type) ) ); in CreateGLTextureBuffer()
828 outBytes *= ( GetGLTypeSize( GetGLTypeForExplicitType(typeToReadAs) ) ); in ReadGLTexture()
1837 GLenum GetGLTypeForExplicitType(ExplicitType type) in GetGLTypeForExplicitType() function