Searched refs:maxTextureRectangleSize (Results 1 – 3 of 3) sorted by relevance
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_depth.cpp | 36 GLint maxTextureSize = 4096, maxTextureRectangleSize = 4096, size; in calc_depth_size_descriptors() local 38 glGetIntegerv(GL_MAX_RECTANGLE_TEXTURE_SIZE_EXT, &maxTextureRectangleSize); in calc_depth_size_descriptors() 40 size = min(maxTextureSize, maxTextureRectangleSize); in calc_depth_size_descriptors() 55 GLint maxTextureSize = 4096, maxTextureRectangleSize = 4096, maxTextureLayers = 16, size; in calc_depth_array_size_descriptors() local 57 glGetIntegerv(GL_MAX_RECTANGLE_TEXTURE_SIZE_EXT, &maxTextureRectangleSize); in calc_depth_array_size_descriptors() 60 size = min(maxTextureSize, maxTextureRectangleSize); in calc_depth_array_size_descriptors()
|
D | test_images_2D.cpp | 36 GLint maxTextureSize = 4096, maxTextureRectangleSize = 4096, size; in calc_2D_test_size_descriptors() local 38 glGetIntegerv(GL_MAX_RECTANGLE_TEXTURE_SIZE_EXT, &maxTextureRectangleSize); in calc_2D_test_size_descriptors() 40 size = min(maxTextureSize, maxTextureRectangleSize); in calc_2D_test_size_descriptors()
|
D | test_image_methods.cpp | 349 GLint maxTextureSize = 4096, maxTextureRectangleSize = 4096, maxTextureLayers = 16, size; in test_image_methods_depth() local 351 glGetIntegerv(GL_MAX_RECTANGLE_TEXTURE_SIZE_EXT, &maxTextureRectangleSize); in test_image_methods_depth() 354 size = min(maxTextureSize, maxTextureRectangleSize); in test_image_methods_depth()
|