Home
last modified time | relevance | path

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

12

/external/angle/src/common/
Dutilities.cpp131 case GL_SAMPLER_CUBE: in VariableComponentType()
317 case GL_SAMPLER_CUBE: in VariableRowCount()
398 case GL_SAMPLER_CUBE: in VariableColumnCount()
485 case GL_SAMPLER_CUBE: in IsSamplerType()
525 case GL_SAMPLER_CUBE: in IsSamplerCubeType()
844 case GL_SAMPLER_CUBE: in VariableSortOrder()
Duniform_type_info_autogen.cpp131 {GL_SAMPLER_CUBE, GL_INT, GL_TEXTURE_CUBE_MAP, GL_NONE, GL_NONE, SamplerFormat::Float, 1, 1, 1,
311 case GL_SAMPLER_CUBE: in GetTypeInfoIndex()
DPackedEnums.cpp138 case GL_SAMPLER_CUBE: in SamplerTypeToTextureType()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dgl_types.h108 #define GL_SAMPLER_CUBE 0x8B60 macro
Dreflection.cpp726 … case false: return sampler.arrayed ? GL_SAMPLER_CUBE_MAP_ARRAY : GL_SAMPLER_CUBE; in mapSamplerToGlType()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dgl_types.h108 #define GL_SAMPLER_CUBE 0x8B60 macro
Dreflection.cpp726 … case false: return sampler.arrayed ? GL_SAMPLER_CUBE_MAP_ARRAY : GL_SAMPLER_CUBE; in mapSamplerToGlType()
/external/angle/src/tests/compiler_tests/
DVariablePacker_test.cpp34 GL_SAMPLER_CUBE, // 16
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp42 case GL_SAMPLER_CUBE: in UniformComponentCount()
120 case GL_SAMPLER_CUBE: in UniformComponentType()
170 case GL_SAMPLER_CUBE: in IsSamplerUniform()
215 case GL_SAMPLER_CUBE: in VariableRowCount()
DProgram.cpp1129 case GL_SAMPLER_CUBE: in applyUniforms()
1783 case GL_SAMPLER_CUBE: samplersVS[index].textureType = TEXTURE_CUBE; break; in defineUniform()
1819 case GL_SAMPLER_CUBE: samplersPS[index].textureType = TEXTURE_CUBE; break; in defineUniform()
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h92 DECL_TYPE(samplerCube, GL_SAMPLER_CUBE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_C…
/external/angle/samples/shader_translator/
Dshader_translator.cpp583 case GL_SAMPLER_CUBE: in PrintVariable()
/external/angle/src/compiler/translator/
Dutil.cpp286 return GL_SAMPLER_CUBE; in GLVariableType()
/external/deqp/framework/opengl/
DgluShaderUtil.cpp1235 case GL_SAMPLER_CUBE: return TYPE_SAMPLER_CUBE; in getDataTypeFromGLType()
DgluStrUtil.inl980 case GL_SAMPLER_CUBE: return "GL_SAMPLER_CUBE";
/external/angle/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h439 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/mesa3d/include/GLES2/
Dgl2.h328 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/swiftshader/include/GLES2/
Dgl2.h328 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/angle/include/GLES2/
Dgl2.h309 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/deqp/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp1342 …, "", "float(textureCube(uniformValue, vec3(0.0, 0.0, 0.0)).r)", GL_SAMPLER_CUBE, 1, GL_FA… in test()
/external/swiftshader/include/GLES3/
Dgl3.h328 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/angle/include/GLES3/
Dgl3.h309 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/mesa3d/include/GLES3/
Dgl3.h328 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl948 #define GL_SAMPLER_CUBE 0x8B60 macro
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1825 case GL_SAMPLER_CUBE: in applyUniforms()

12