Searched defs:maxTextureLayers (Results 1 – 9 of 9) sorted by relevance
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_multisample.cpp | 49 GLint maxTextureLayers = 16, maxTextureSize = 4096; in calc_2D_array_multisample_size_descriptors() local
|
D | test_images_1Darray.cpp | 31 GLint maxTextureLayers = 16, maxTextureSize = 4096; in calc_1D_array_size_descriptors() local
|
D | test_images_2Darray.cpp | 32 GLint maxTextureLayers = 16, maxTextureSize = 4096; in calc_2D_array_size_descriptors() local
|
D | test_image_methods.cpp | 349 GLint maxTextureSize = 4096, maxTextureRectangleSize = 4096, maxTextureLayers = 16, size; in test_image_methods_depth() local 389 GLint maxTextureLayers = 16, maxTextureSize = 4096; in test_image_methods_multisample() local
|
D | test_images_depth.cpp | 55 GLint maxTextureSize = 4096, maxTextureRectangleSize = 4096, maxTextureLayers = 16, size; in calc_depth_array_size_descriptors() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderTextureSizeTests.cpp | 177 glw::GLint maxTextureLayers = 0; in init() local
|
D | es31fNegativeTextureApiTests.cpp | 2808 int maxTextureLayers = ctx.getInteger(GL_MAX_ARRAY_TEXTURE_LAYERS) + 1; in teximage3d_max_width_height_depth() local 3374 int maxTextureLayers = ctx.getInteger(GL_MAX_ARRAY_TEXTURE_LAYERS) + 1; in compressedteximage3d_max_width_height_depth() local
|
D | es31fTextureMultisampleTests.cpp | 1157 GLint maxTextureLayers = 0; in init() local
|
/external/angle/src/tests/gl_tests/ |
D | FramebufferMultiviewTest.cpp | 236 GLint maxTextureLayers = 0; in TEST_P() local
|