Home
last modified time | relevance | path

Searched refs:GL_SAMPLER_2D_ARRAY (Results 1 – 25 of 32) sorted by relevance

12

/external/angle/src/common/
Dutilities.cpp132 case GL_SAMPLER_2D_ARRAY: in VariableComponentType()
318 case GL_SAMPLER_2D_ARRAY: in VariableRowCount()
399 case GL_SAMPLER_2D_ARRAY: in VariableColumnCount()
486 case GL_SAMPLER_2D_ARRAY: in IsSamplerType()
847 case GL_SAMPLER_2D_ARRAY: in VariableSortOrder()
Duniform_type_info_autogen.cpp114 {GL_SAMPLER_2D_ARRAY, GL_INT, GL_TEXTURE_2D_ARRAY, GL_NONE, GL_NONE, SamplerFormat::Float, 1,
297 case GL_SAMPLER_2D_ARRAY: in GetTypeInfoIndex()
DPackedEnums.cpp150 case GL_SAMPLER_2D_ARRAY: in SamplerTypeToTextureType()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dgl_types.h111 #define GL_SAMPLER_2D_ARRAY 0x8DC1 macro
Dreflection.cpp717 case false: return sampler.arrayed ? GL_SAMPLER_2D_ARRAY : GL_SAMPLER_2D; in mapSamplerToGlType()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dgl_types.h111 #define GL_SAMPLER_2D_ARRAY 0x8DC1 macro
Dreflection.cpp717 case false: return sampler.arrayed ? GL_SAMPLER_2D_ARRAY : GL_SAMPLER_2D; in mapSamplerToGlType()
/external/angle/src/tests/compiler_tests/
DVariablePacker_test.cpp48 GL_SAMPLER_2D_ARRAY, // 30
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp46 case GL_SAMPLER_2D_ARRAY: in UniformComponentCount()
124 case GL_SAMPLER_2D_ARRAY: in UniformComponentType()
174 case GL_SAMPLER_2D_ARRAY: in IsSamplerUniform()
219 case GL_SAMPLER_2D_ARRAY: in VariableRowCount()
DProgram.cpp1133 case GL_SAMPLER_2D_ARRAY: in applyUniforms()
1792 case GL_SAMPLER_2D_ARRAY: samplersVS[index].textureType = TEXTURE_2D_ARRAY; break; in defineUniform()
1828 case GL_SAMPLER_2D_ARRAY: samplersPS[index].textureType = TEXTURE_2D_ARRAY; break; in defineUniform()
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h94 DECL_TYPE(sampler2DArray, GL_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2…
/external/angle/samples/shader_translator/
Dshader_translator.cpp592 case GL_SAMPLER_2D_ARRAY: in PrintVariable()
/external/angle/src/compiler/translator/
Dutil.cpp294 return GL_SAMPLER_2D_ARRAY; in GLVariableType()
/external/deqp/framework/opengl/
DgluShaderUtil.cpp1237 case GL_SAMPLER_2D_ARRAY: return TYPE_SAMPLER_2D_ARRAY; in getDataTypeFromGLType()
DgluStrUtil.inl982 case GL_SAMPLER_2D_ARRAY: return "GL_SAMPLER_2D_ARRAY";
/external/angle/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h652 #define GL_SAMPLER_2D_ARRAY 0x8DC1 macro
/external/swiftshader/include/GLES3/
Dgl3.h801 #define GL_SAMPLER_2D_ARRAY 0x8DC1 macro
/external/angle/include/GLES3/
Dgl3.h782 #define GL_SAMPLER_2D_ARRAY 0x8DC1 macro
Dgl31.h782 #define GL_SAMPLER_2D_ARRAY 0x8DC1 macro
Dgl32.h782 #define GL_SAMPLER_2D_ARRAY 0x8DC1 macro
/external/mesa3d/include/GLES3/
Dgl3.h801 #define GL_SAMPLER_2D_ARRAY 0x8DC1 macro
Dgl31.h801 #define GL_SAMPLER_2D_ARRAY 0x8DC1 macro
Dgl32.h801 #define GL_SAMPLER_2D_ARRAY 0x8DC1 macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl1176 #define GL_SAMPLER_2D_ARRAY 0x8DC1 macro
/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp1653 … "", "highp", "", "float(textureSize(uniformValue,0).r)", GL_SAMPLER_2D_ARRAY, 1, GL_F… in test()

12