Home
last modified time | relevance | path

Searched refs:GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS (Results 1 - 25 of 68) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles2/
H A Dtes2CapabilityTests.cpp91 { "combined_texture_image_units", "Number of vertex and fragment combined texture units supported", GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS }, in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cLimitsTests.cpp162 { "max_combined_texture_image_units", GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, 80, 0, "gl_MaxCombinedTextureImageUnits" }, in init()
H A Dgl4cMultiBindTests.cpp1849 gl.getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &max_textures); in iterate()
1963 gl.getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &max_samplers); in iterate()
2738 gl.getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &max_textures); in iterate()
2907 gl.getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &max_samplers); in iterate()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp209 LIMIT_CASE(max_combined_texture_image_units, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, GLint, 8); in init()
H A Des2fShaderBuiltinVarTests.cpp710 { "max_combined_texture_image_units", "gl_MaxCombinedTextureImageUnits", GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS }, in init()
H A Des2fIntegerStateQueryTests.cpp1794 glGetIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &textureUnits); in test()
2083 { "max_combined_texture_image_units", "MAX_COMBINED_TEXTURE_IMAGE_UNITS has a minimum value of 8", GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, 8 }, in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp499 LIMIT_CASE(max_combined_texture_image_units, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, GLint, 32); in init()
H A Des3fShaderBuiltinVarTests.cpp1125 { "max_combined_texture_image_units", "gl_MaxCombinedTextureImageUnits", getInteger<GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS> }, in init()
H A Des3fIntegerStateQueryTests.cpp2322 glGetIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &textureUnits); in test()
2823 { "max_combined_texture_image_units", "MAX_COMBINED_TEXTURE_IMAGE_UNITS has minimum value of 32", GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, 32 , false }, in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp327 { "gl_MaxCombinedTextureImageUnits", getInteger<GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS> }, in init()
H A Des31fLayoutBindingTests.cpp1048 : LayoutBindingRenderCase (context, name, desc, shaderType, testType, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS, GL_MAX_TEXTURE_IMAGE_UNITS, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, "u_sampler") in SamplerBindingRenderCase()
1251 GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, in SamplerBindingNegativeCase()
1256 GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, in SamplerBindingNegativeCase()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLPrintEGLinfoTest.cpp188 QUERY_AND_LOG_CAPABILITY(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, stream); in LogGles2Capabilities()
/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomShaderCase.cpp283 m_renderCtx.getFunctions().getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &numSupported); in checkProgramLimits()
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp318 case GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS: in glGetIntegerv()
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h192 #define GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS 0x8B4D macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h213 #define GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS 0x8B4D macro
/third_party/vk-gl-cts/framework/opengl/
H A DgluStateReset.cpp151 gl.getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &numTexUnits); in resetStateES()
757 gl.getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &numTexUnits); in resetStateGLCore()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp892 gl().getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &units); in maxBindings()
1995 gl().getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &units); in maxBindings()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DUniformTest.cpp931 glGetIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &tooHigh); in TEST_P()
H A DGeometryShaderTest.cpp196 {GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, 64}}; in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp1965 case GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS: *params = MAX_COMBINED_TEXTURE_IMAGE_UNITS; return true; in getIntegerv()
2540 case GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS: in getQueryParameterInfo()
/third_party/glfw/deps/glad/
H A Dgles2.h299 #define GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS 0x8B4D macro
/third_party/mesa3d/include/GLES2/
H A Dgl2.h224 #define GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS 0x8B4D macro
/third_party/openGLES/api/GLES2/
H A Dgl2.h205 #define GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS 0x8B4D macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h424 #define GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS 0x8B4D macro

Completed in 69 milliseconds

123