Home
last modified time | relevance | path

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

12

/external/angle/src/common/
Dutilities.cpp128 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()
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()
/external/angle/src/libANGLE/renderer/metal/
DblocklayoutMetal.cpp71 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/
DGlProgram.java389 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/
Dgl_types.h106 #define GL_SAMPLER_2D 0x8B5E macro
Dreflection.cpp717 case false: return sampler.arrayed ? GL_SAMPLER_2D_ARRAY : GL_SAMPLER_2D; in mapSamplerToGlType()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dgl_types.h106 #define GL_SAMPLER_2D 0x8B5E 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.cpp33 GL_SAMPLER_2D, // 15
/external/deqp/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()
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h90 DECL_TYPE(sampler2D, GL_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2…
/external/angle/samples/shader_translator/
Dshader_translator.cpp629 case GL_SAMPLER_2D: in PrintVariable()
/external/angle/src/compiler/translator/
Dutil.cpp289 return GL_SAMPLER_2D; in GLVariableType()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DGlUtil.java594 } else if (type == GLES20.GL_SAMPLER_2D) { in bind()
/external/deqp/framework/opengl/
DgluShaderUtil.cpp1236 case GL_SAMPLER_2D: return TYPE_SAMPLER_2D; in getDataTypeFromGLType()
DgluStrUtil.inl978 case GL_SAMPLER_2D: return "GL_SAMPLER_2D";
/external/deqp/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()
/external/angle/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h436 #define GL_SAMPLER_2D 0x8B5E macro
/external/angle/src/tests/gl_tests/
DUniformTest.cpp980 EXPECT_GLENUM_EQ(GL_SAMPLER_2D, type); in TEST_P()
/external/angle/include/GLES2/
Dgl2.h308 #define GL_SAMPLER_2D 0x8B5E macro
/external/mesa3d/include/GLES2/
Dgl2.h327 #define GL_SAMPLER_2D 0x8B5E macro
/external/deqp/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp1341 …highp", "", "float(texture2D(uniformValue, vec2(0.0, 0.0)).r)", GL_SAMPLER_2D, 1, GL_FA… in test()
/external/mesa3d/include/GLES3/
Dgl3.h327 #define GL_SAMPLER_2D 0x8B5E macro
/external/angle/include/GLES3/
Dgl3.h308 #define GL_SAMPLER_2D 0x8B5E macro

12