/third_party/skia/third_party/externals/angle2/src/common/ |
D | utilities.cpp | 154 case GL_SAMPLER_2D_ARRAY_SHADOW: in VariableComponentType() 347 case GL_SAMPLER_2D_ARRAY_SHADOW: in VariableRowCount() 428 case GL_SAMPLER_2D_ARRAY_SHADOW: in VariableColumnCount() 515 case GL_SAMPLER_2D_ARRAY_SHADOW: in IsSamplerType() 868 case GL_SAMPLER_2D_ARRAY_SHADOW: in VariableSortOrder()
|
D | uniform_type_info_autogen.cpp | 116 {GL_SAMPLER_2D_ARRAY_SHADOW, GL_INT, GL_TEXTURE_2D_ARRAY, GL_NONE, GL_NONE, 299 case GL_SAMPLER_2D_ARRAY_SHADOW: in GetTypeInfoIndex()
|
D | PackedEnums.cpp | 153 case GL_SAMPLER_2D_ARRAY_SHADOW: in SamplerTypeToTextureType()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | gl_types.h | 113 #define GL_SAMPLER_2D_ARRAY_SHADOW 0x8DC4 macro
|
D | reflection.cpp | 715 … case true: return sampler.arrayed ? GL_SAMPLER_2D_ARRAY_SHADOW : GL_SAMPLER_2D_SHADOW; in mapSamplerToGlType()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 49 case GL_SAMPLER_2D_ARRAY_SHADOW: in UniformComponentCount() 127 case GL_SAMPLER_2D_ARRAY_SHADOW: in UniformComponentType() 177 case GL_SAMPLER_2D_ARRAY_SHADOW: in IsSamplerUniform() 222 case GL_SAMPLER_2D_ARRAY_SHADOW: in VariableRowCount()
|
D | Program.cpp | 1136 case GL_SAMPLER_2D_ARRAY_SHADOW: in applyUniforms() 1791 case GL_SAMPLER_2D_ARRAY_SHADOW: in defineUniform() 1827 case GL_SAMPLER_2D_ARRAY_SHADOW: in defineUniform()
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | VariablePacker_test.cpp | 51 GL_SAMPLER_2D_ARRAY_SHADOW, // 33
|
/third_party/skia/third_party/externals/angle2/samples/shader_translator/ |
D | shader_translator.cpp | 591 case GL_SAMPLER_2D_ARRAY_SHADOW: in PrintVariable()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | util.cpp | 340 return GL_SAMPLER_2D_ARRAY_SHADOW; in GLVariableType()
|
/third_party/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 131 DECL_TYPE(sampler2DArrayShadow, GL_SAMPLER_2D_ARRAY_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER…
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluShaderUtil.cpp | 1247 case GL_SAMPLER_2D_ARRAY_SHADOW: return TYPE_SAMPLER_2D_ARRAY_SHADOW; in getDataTypeFromGLType()
|
D | gluStrUtil.inl | 983 case GL_SAMPLER_2D_ARRAY_SHADOW: return "GL_SAMPLER_2D_ARRAY_SHADOW";
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 653 #define GL_SAMPLER_2D_ARRAY_SHADOW 0x8DC4 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
D | gl3.h | 802 #define GL_SAMPLER_2D_ARRAY_SHADOW 0x8DC4 macro
|
D | gl31.h | 804 #define GL_SAMPLER_2D_ARRAY_SHADOW 0x8DC4 macro
|
/third_party/mesa3d/include/GLES3/ |
D | gl3.h | 802 #define GL_SAMPLER_2D_ARRAY_SHADOW 0x8DC4 macro
|
D | gl31.h | 802 #define GL_SAMPLER_2D_ARRAY_SHADOW 0x8DC4 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
D | gl3.h | 802 #define GL_SAMPLER_2D_ARRAY_SHADOW 0x8DC4 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
D | gl3.h | 783 #define GL_SAMPLER_2D_ARRAY_SHADOW 0x8DC4 macro
|
D | gl31.h | 783 #define GL_SAMPLER_2D_ARRAY_SHADOW 0x8DC4 macro
|
/third_party/openGLES/api/GLES3/ |
D | gl3.h | 783 #define GL_SAMPLER_2D_ARRAY_SHADOW 0x8DC4 macro
|
D | gl31.h | 783 #define GL_SAMPLER_2D_ARRAY_SHADOW 0x8DC4 macro
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwEnums.inl | 1180 #define GL_SAMPLER_2D_ARRAY_SHADOW 0x8DC4 macro
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 1654 …", "highp", "", "float(textureSize(uniformValue,0).r)", GL_SAMPLER_2D_ARRAY_SHADOW, 1, GL… in test()
|