Searched refs:GetGLTypeForExplicitType (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/ |
H A D | test_renderbuffer.cpp | 90 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 D | test_images_2D.cpp | 460 DumpGLBuffer(GetGLTypeForExplicitType(*outType), imageWidth, imageHeight, cldata); in test_cl_image_write()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/ |
H A D | test_renderbuffer.cpp | 153 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 D | helpers.h | 234 extern GLenum GetGLTypeForExplicitType(ExplicitType type);
|
H A D | helpers.cpp | 657 GLenum GetGLTypeForExplicitType(ExplicitType type) in GetGLTypeForExplicitType() function
|
/aosp_15_r20/external/OpenCL-CTS/test_common/gl/ |
H A D | helpers.h | 348 extern GLenum GetGLTypeForExplicitType(ExplicitType type);
|
H A D | helpers.cpp | 295 size *= ( GetGLTypeSize( GetGLTypeForExplicitType(type) ) ); in CreateGLTextureBuffer() 828 outBytes *= ( GetGLTypeSize( GetGLTypeForExplicitType(typeToReadAs) ) ); in ReadGLTexture() 1837 GLenum GetGLTypeForExplicitType(ExplicitType type) in GetGLTypeForExplicitType() function
|