Searched refs:texture3DLod (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_texture_3D.txt | 138 texture3DLod() 160 texture3DLod, and texture3DProjLod are optional, and must be enabled by 169 vec4 texture3DLod (sampler3D sampler, vec3 coord, float lod)
|
/third_party/openGLES/extensions/OES/ |
D | OES_texture_3D.txt | 148 texture3DLod() 170 texture3DLod, and texture3DProjLod are optional, and must be enabled by 179 vec4 texture3DLod (sampler3D sampler, vec3 coord, float lod)
|
/third_party/vk-gl-cts/external/openglcts/data/gl42-compat/ |
D | builtins.test | 106 color =+ texture3DLod(tex3d, dummy_v3_coord, i); 249 color =+ texture3DLod(tex3d, dummy_v3_coord, i);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | ProgramPrelude.cpp | 208 void texture3DLod(); 1989 PROGRAM_PRELUDE_DECLARE(texture3DLod, in PROGRAM_PRELUDE_INCLUDE() 3165 putBuiltIn("texture3DLod", EMIT_METHOD(texture3DLod)); in BuildFuncToEmitter()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shader_texture_lod.txt | 88 texture3DLod, texture3DProjLod,
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shader_texture_lod.txt | 98 texture3DLod, texture3DProjLod,
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | builtin_function_declarations.txt | 329 vec4 texture3DLod(sampler3D, vec3, float);
|
D | SymbolTable_autogen.cpp | 1785 constexpr const ImmutableString texture3DLod("texture3DLod"); variable 8063 BuiltInName::texture3DLod, 20589 if (name == BuiltInName::texture3DLod) in getUnmangledBuiltInForShaderVersion()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | builtin_function_declarations.txt | 467 vec4 texture3DLod(sampler3D, vec3, float); 473 vec4 texture3DLod(sampler3D, vec3, float);
|
D | SymbolTable_ESSL_autogen.cpp | 2173 constexpr const ImmutableString texture3DLod("texture3DLod"); variable 8470 BuiltInName::texture3DLod,
|
D | SymbolTable_autogen.cpp | 3366 constexpr const ImmutableString texture3DLod("texture3DLod"); variable 11538 BuiltInName::texture3DLod,
|