/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | utilities.cpp | 127 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()
|
D | uniform_type_info_autogen.cpp | 102 {GL_SAMPLER_2D, GL_INT, GL_TEXTURE_2D, GL_NONE, GL_NONE, SamplerFormat::Float, 1, 1, 1, 253 case GL_SAMPLER_2D: in GetTypeInfoIndex()
|
D | PackedEnums.cpp | 116 case GL_SAMPLER_2D: in SamplerTypeToTextureType()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | utilities.cpp | 128 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()
|
D | uniform_type_info_autogen.cpp | 112 {GL_SAMPLER_2D, GL_INT, GL_TEXTURE_2D, GL_NONE, GL_NONE, SamplerFormat::Float, 1, 1, 1, 295 case GL_SAMPLER_2D: in GetTypeInfoIndex()
|
D | PackedEnums.cpp | 128 case GL_SAMPLER_2D: in SamplerTypeToTextureType()
|
/third_party/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 91 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/ |
D | gl_types.h | 106 #define GL_SAMPLER_2D 0x8B5E macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 41 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()
|
D | Program.cpp | 1128 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/ |
D | VariablePacker_test.cpp | 33 GL_SAMPLER_2D, // 15
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | VariablePacker_test.cpp | 33 GL_SAMPLER_2D, // 15
|
/third_party/flutter/skia/third_party/externals/angle2/samples/shader_translator/ |
D | shader_translator.cpp | 536 case GL_SAMPLER_2D: in PrintVariable()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | util.cpp | 363 return GL_SAMPLER_2D; in GLVariableType()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fLayoutBindingTests.cpp | 1206 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/ |
D | shader_translator.cpp | 573 case GL_SAMPLER_2D: in PrintVariable()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | util.cpp | 282 return GL_SAMPLER_2D; in GLVariableType()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluShaderUtil.cpp | 1236 case GL_SAMPLER_2D: return TYPE_SAMPLER_2D; in getDataTypeFromGLType()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
D | glsc2.h | 287 #define GL_SAMPLER_2D 0x8B5E macro
|
/third_party/openGLES/api/GLSC2/ |
D | glsc2.h | 266 #define GL_SAMPLER_2D 0x8B5E macro
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 393 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/ |
D | functionsgl_enums.h | 436 #define GL_SAMPLER_2D 0x8B5E macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 436 #define GL_SAMPLER_2D 0x8B5E macro
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_opengles2_gl2.h | 392 #define GL_SAMPLER_2D 0x8B5E macro
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | UniformTest.cpp | 967 EXPECT_GLENUM_EQ(GL_SAMPLER_2D, type); in TEST_P()
|