/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | utilities.cpp | 131 case GL_SAMPLER_CUBE: in VariableComponentType() 321 case GL_SAMPLER_CUBE: in VariableRowCount() 402 case GL_SAMPLER_CUBE: in VariableColumnCount() 489 case GL_SAMPLER_CUBE: in IsSamplerType() 529 case GL_SAMPLER_CUBE: in IsSamplerCubeType() 848 case GL_SAMPLER_CUBE: in VariableSortOrder()
|
H A D | uniform_type_info_autogen.cpp | 131 {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()
|
H A D | PackedEnums.cpp | 138 case GL_SAMPLER_CUBE:
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | gl_types.h | 108 #define GL_SAMPLER_CUBE 0x8B60 macro
|
H A D | reflection.cpp | 724 case false: return sampler.arrayed ? GL_SAMPLER_CUBE_MAP_ARRAY : GL_SAMPLER_CUBE; in mapSamplerToGlType()
|
/third_party/mesa3d/src/compiler/ |
H A D | builtin_type_macros.h | 93 DECL_TYPE(samplerCube, GL_SAMPLER_CUBE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT) 140 DECL_TYPE(textureCube, GL_SAMPLER_CUBE, GLSL_TYPE_TEXTURE, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT)
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | VariablePacker_test.cpp | 34 GL_SAMPLER_CUBE, // 16
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 42 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()
|
H A D | Program.cpp | 1129 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()
|
/third_party/skia/third_party/externals/angle2/samples/shader_translator/ |
H A D | shader_translator.cpp | 579 case GL_SAMPLER_CUBE: in PrintVariable() 580 typeName = "GL_SAMPLER_CUBE"; in PrintVariable()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | util.cpp | 286 return GL_SAMPLER_CUBE;
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderUtil.cpp | 1237 case GL_SAMPLER_CUBE: return TYPE_SAMPLER_CUBE; in getDataTypeFromGLType()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 357 #define GL_SAMPLER_CUBE 0x8B60 macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 328 #define GL_SAMPLER_CUBE 0x8B60 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2.h | 309 #define GL_SAMPLER_CUBE 0x8B60 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 439 #define GL_SAMPLER_CUBE 0x8B60 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2.h | 328 #define GL_SAMPLER_CUBE 0x8B60 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2.h | 328 #define GL_SAMPLER_CUBE 0x8B60 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2.h | 309 #define GL_SAMPLER_CUBE 0x8B60 macro
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderStateQueryTests.cpp | 1342 { "samplerCube", "", "highp", "", "float(textureCube(uniformValue, vec3(0.0, 0.0, 0.0)).r)", GL_SAMPLER_CUBE, 1, GL_FALSE }, in test()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 328 #define GL_SAMPLER_CUBE 0x8B60 macro
|
H A D | gl3.h | 328 #define GL_SAMPLER_CUBE 0x8B60 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 309 #define GL_SAMPLER_CUBE 0x8B60 macro
|
H A D | gl31.h | 309 #define GL_SAMPLER_CUBE 0x8B60 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 1830 case GL_SAMPLER_CUBE: in applyUniforms()
|