Home
last modified time | relevance | path

Searched refs:GL_INT_SAMPLER_2D (Results 1 – 25 of 33) sorted by relevance

12

/external/angle/src/common/
Dutilities.cpp136 case GL_INT_SAMPLER_2D: in VariableComponentType()
316 case GL_INT_SAMPLER_2D: in VariableRowCount()
381 case GL_INT_SAMPLER_2D: in VariableColumnCount()
456 case GL_INT_SAMPLER_2D: in IsSamplerType()
787 case GL_INT_SAMPLER_2D: in VariableSortOrder()
Duniform_type_info_autogen.cpp80 {GL_INT_SAMPLER_2D, GL_INT, GL_TEXTURE_2D, GL_NONE, GL_NONE, SamplerFormat::Signed, 1, 1, 1,
238 case GL_INT_SAMPLER_2D: in GetTypeInfoIndex()
DPackedEnums.cpp121 case GL_INT_SAMPLER_2D: in SamplerTypeToTextureType()
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
Dgl_types.h151 #define GL_INT_SAMPLER_2D 0x8DCA macro
Dreflection.cpp748 … case false: return sampler.arrayed ? GL_INT_SAMPLER_2D_ARRAY : GL_INT_SAMPLER_2D; in mapSamplerToGlType()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dgl_types.h151 #define GL_INT_SAMPLER_2D 0x8DCA macro
Dreflection.cpp748 … case false: return sampler.arrayed ? GL_INT_SAMPLER_2D_ARRAY : GL_INT_SAMPLER_2D; in mapSamplerToGlType()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp50 case GL_INT_SAMPLER_2D: in UniformComponentCount()
128 case GL_INT_SAMPLER_2D: in UniformComponentType()
178 case GL_INT_SAMPLER_2D: in IsSamplerUniform()
223 case GL_INT_SAMPLER_2D: in VariableRowCount()
DProgram.cpp1137 case GL_INT_SAMPLER_2D: in applyUniforms()
1776 case GL_INT_SAMPLER_2D: in defineUniform()
1812 case GL_INT_SAMPLER_2D: in defineUniform()
/external/angle/src/tests/compiler_tests/
DVariablePacker_test.cpp52 GL_INT_SAMPLER_2D, // 34
/external/angle/src/compiler/translator/
Dutil.cpp382 return GL_INT_SAMPLER_2D; in GLVariableType()
/external/angle/samples/shader_translator/
Dshader_translator.cpp590 case GL_INT_SAMPLER_2D: in PrintVariable()
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h102 DECL_TYPE(isampler2D, GL_INT_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_D…
/external/deqp/framework/opengl/
DgluShaderUtil.cpp1212 case GL_INT_SAMPLER_2D: return TYPE_INT_SAMPLER_2D; in getDataTypeFromGLType()
DgluStrUtil.inl985 case GL_INT_SAMPLER_2D: return "GL_INT_SAMPLER_2D";
/external/angle/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h560 #define GL_INT_SAMPLER_2D 0x8DCA macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
Dgl3.h630 #define GL_INT_SAMPLER_2D 0x8DCA macro
/external/angle/include/GLES3/
Dgl3.h807 #define GL_INT_SAMPLER_2D 0x8DCA macro
Dgl31.h809 #define GL_INT_SAMPLER_2D 0x8DCA macro
/external/mesa3d/include/GLES3/
Dgl3.h807 #define GL_INT_SAMPLER_2D 0x8DCA macro
Dgl31.h807 #define GL_INT_SAMPLER_2D 0x8DCA macro
Dgl32.h807 #define GL_INT_SAMPLER_2D 0x8DCA macro
/external/swiftshader/include/GLES3/
Dgl3.h807 #define GL_INT_SAMPLER_2D 0x8DCA macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl1186 #define GL_INT_SAMPLER_2D 0x8DCA macro
/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp1656 … "", "highp", "", "float(textureSize(uniformValue,0).r)", GL_INT_SAMPLER_2D, 1, GL_F… in test()

12