/external/angle/src/common/ |
D | utilities.cpp | 128 case GL_SAMPLER_2D: in VariableComponentType() 321 case GL_SAMPLER_2D: in VariableRowCount() 402 case GL_SAMPLER_2D: in VariableColumnCount() 489 case GL_SAMPLER_2D: in IsSamplerType() 852 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()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | blocklayoutMetal.cpp | 71 case GL_SAMPLER_2D: in GetMetalSizeForGLType() 181 case GL_SAMPLER_2D: in GetMetalAlignmentForGLType()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | GlProgram.java | 389 case GLES20.GL_SAMPLER_2D: in bind() 398 type == GLES20.GL_SAMPLER_2D in bind()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | gl_types.h | 106 #define GL_SAMPLER_2D 0x8B5E macro
|
D | reflection.cpp | 717 case false: return sampler.arrayed ? GL_SAMPLER_2D_ARRAY : GL_SAMPLER_2D; in mapSamplerToGlType()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | gl_types.h | 106 #define GL_SAMPLER_2D 0x8B5E macro
|
D | reflection.cpp | 717 case false: return sampler.arrayed ? GL_SAMPLER_2D_ARRAY : GL_SAMPLER_2D; in mapSamplerToGlType()
|
/external/angle/src/tests/compiler_tests/ |
D | VariablePacker_test.cpp | 33 GL_SAMPLER_2D, // 15
|
/external/deqp/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()
|
/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 90 DECL_TYPE(sampler2D, GL_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2…
|
/external/angle/samples/shader_translator/ |
D | shader_translator.cpp | 629 case GL_SAMPLER_2D: in PrintVariable()
|
/external/angle/src/compiler/translator/ |
D | util.cpp | 289 return GL_SAMPLER_2D; in GLVariableType()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | GlUtil.java | 594 } else if (type == GLES20.GL_SAMPLER_2D) { in bind()
|
/external/deqp/framework/opengl/ |
D | gluShaderUtil.cpp | 1236 case GL_SAMPLER_2D: return TYPE_SAMPLER_2D; in getDataTypeFromGLType()
|
D | gluStrUtil.inl | 978 case GL_SAMPLER_2D: return "GL_SAMPLER_2D";
|
/external/deqp/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()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 436 #define GL_SAMPLER_2D 0x8B5E macro
|
/external/angle/src/tests/gl_tests/ |
D | UniformTest.cpp | 980 EXPECT_GLENUM_EQ(GL_SAMPLER_2D, type); in TEST_P()
|
/external/angle/include/GLES2/ |
D | gl2.h | 308 #define GL_SAMPLER_2D 0x8B5E macro
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 327 #define GL_SAMPLER_2D 0x8B5E macro
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 1341 …highp", "", "float(texture2D(uniformValue, vec2(0.0, 0.0)).r)", GL_SAMPLER_2D, 1, GL_FA… in test()
|
/external/mesa3d/include/GLES3/ |
D | gl3.h | 327 #define GL_SAMPLER_2D 0x8B5E macro
|
/external/angle/include/GLES3/ |
D | gl3.h | 308 #define GL_SAMPLER_2D 0x8B5E macro
|