Searched refs:GetGLTypeForExplicitType (Results 1 – 7 of 7) sorted by relevance
/external/OpenCL-CTS/test_conformance/gles/ |
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() 267 DumpGLBuffer(GetGLTypeForExplicitType(sourceType), width, height, sourceData); in test_renderbuffer_image_write() 273 DumpGLBuffer(GetGLTypeForExplicitType(sourceType), width, height, convertedData); in test_renderbuffer_image_write()
|
D | test_images_2D.cpp | 458 DumpGLBuffer(GetGLTypeForExplicitType(*outType), imageWidth, imageHeight, cldata); in test_cl_image_write()
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_renderbuffer.cpp | 137 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/ |
D | helpers.h | 236 extern GLenum GetGLTypeForExplicitType(ExplicitType type);
|
D | helpers.cpp | 659 GLenum GetGLTypeForExplicitType(ExplicitType type) in GetGLTypeForExplicitType() function
|
/external/OpenCL-CTS/test_common/gl/ |
D | helpers.h | 349 extern GLenum GetGLTypeForExplicitType(ExplicitType type);
|
D | helpers.cpp | 295 size *= ( GetGLTypeSize( GetGLTypeForExplicitType(type) ) ); in CreateGLTextureBuffer() 828 outBytes *= ( GetGLTypeSize( GetGLTypeForExplicitType(typeToReadAs) ) ); in ReadGLTexture() 1829 GLenum GetGLTypeForExplicitType(ExplicitType type) in GetGLTypeForExplicitType() function
|