Home
last modified time | relevance | path

Searched refs:GL_SAMPLER_2D (Results 1 – 25 of 69) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dutilities.cpp127 case GL_SAMPLER_2D: in VariableComponentType()
258 case GL_SAMPLER_2D: in VariableRowCount()
324 case GL_SAMPLER_2D: in VariableColumnCount()
396 case GL_SAMPLER_2D: in IsSamplerType()
708 case GL_SAMPLER_2D: in VariableSortOrder()
Duniform_type_info_autogen.cpp102 {GL_SAMPLER_2D, GL_INT, GL_TEXTURE_2D, GL_NONE, GL_NONE, SamplerFormat::Float, 1, 1, 1,
253 case GL_SAMPLER_2D: in GetTypeInfoIndex()
DPackedEnums.cpp116 case GL_SAMPLER_2D: in SamplerTypeToTextureType()
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.cpp128 case GL_SAMPLER_2D: in VariableComponentType()
319 case GL_SAMPLER_2D: in VariableRowCount()
400 case GL_SAMPLER_2D: in VariableColumnCount()
487 case GL_SAMPLER_2D: in IsSamplerType()
847 case GL_SAMPLER_2D: in VariableSortOrder()
Duniform_type_info_autogen.cpp112 {GL_SAMPLER_2D, GL_INT, GL_TEXTURE_2D, GL_NONE, GL_NONE, SamplerFormat::Float, 1, 1, 1,
295 case GL_SAMPLER_2D: in GetTypeInfoIndex()
DPackedEnums.cpp128 case GL_SAMPLER_2D: in SamplerTypeToTextureType()
/third_party/mesa3d/src/compiler/
Dbuiltin_type_macros.h91 DECL_TYPE(sampler2D, GL_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2…
138 DECL_TYPE(texture2D, GL_SAMPLER_2D, GLSL_TYPE_TEXTURE, GLSL_SAMPLER_DIM_2…
177 DECL_TYPE(vtexture2D, GL_SAMPLER_2D, GLSL_TYPE_TEXTURE, GLSL_SAMPLER_DIM_2D, 0, 0, GL…
/third_party/glslang/glslang/MachineIndependent/
Dgl_types.h106 #define GL_SAMPLER_2D 0x8B5E macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp41 case GL_SAMPLER_2D: in UniformComponentCount()
119 case GL_SAMPLER_2D: in UniformComponentType()
169 case GL_SAMPLER_2D: in IsSamplerUniform()
214 case GL_SAMPLER_2D: in VariableRowCount()
DProgram.cpp1128 case GL_SAMPLER_2D: in applyUniforms()
1779 case GL_SAMPLER_2D: samplersVS[index].textureType = TEXTURE_2D; break; in defineUniform()
1815 case GL_SAMPLER_2D: samplersPS[index].textureType = TEXTURE_2D; break; in defineUniform()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DVariablePacker_test.cpp33 GL_SAMPLER_2D, // 15
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DVariablePacker_test.cpp33 GL_SAMPLER_2D, // 15
/third_party/flutter/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp536 case GL_SAMPLER_2D: in PrintVariable()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dutil.cpp363 return GL_SAMPLER_2D; in GLVariableType()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fLayoutBindingTests.cpp1206 case GL_SAMPLER_2D: in getSamplerTexCoordType()
1323 case GL_SAMPLER_2D: in getSamplerTexCoordType()
2294 …g with " + test.descPostfix).c_str(), test.shaderType, test.testType, GL_SAMPLER_2D, GL_TEXTURE_2D… in init()
2314 …ing " + test.descPostfix).c_str(), test.shaderType, test.testType, test.errorType, GL_SAMPLER_2D)); in init()
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp573 case GL_SAMPLER_2D: in PrintVariable()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dutil.cpp282 return GL_SAMPLER_2D; in GLVariableType()
/third_party/vk-gl-cts/framework/opengl/
DgluShaderUtil.cpp1236 case GL_SAMPLER_2D: return TYPE_SAMPLER_2D; in getDataTypeFromGLType()
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
Dglsc2.h287 #define GL_SAMPLER_2D 0x8B5E macro
/third_party/openGLES/api/GLSC2/
Dglsc2.h266 #define GL_SAMPLER_2D 0x8B5E macro
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp393 case GL_SAMPLER_2D: in fill()
1487 case GL_SAMPLER_2D: in setUniform()
2232 uniforms.push_back(Uniform(uniformValueGenerator, UniformType(GL_SAMPLER_2D, 3), Loc::C(1))); in Run()
2233 uniforms.push_back(Uniform(uniformValueGenerator, GL_SAMPLER_2D, Loc::C(13))); in Run()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h436 #define GL_SAMPLER_2D 0x8B5E macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h436 #define GL_SAMPLER_2D 0x8B5E macro
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_opengles2_gl2.h392 #define GL_SAMPLER_2D 0x8B5E macro
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DUniformTest.cpp967 EXPECT_GLENUM_EQ(GL_SAMPLER_2D, type); in TEST_P()

123