Home
last modified time | relevance | path

Searched defs:glsl (Results 1 – 21 of 21) sorted by relevance

/external/skqp/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp45 static void print_glsl_line_by_line(const SkSL::String& glsl, in print_glsl_line_by_line()
66 SkSL::String* glsl) { in GrSkSLtoGLSL()
116 const char* glsl, in GrGLCompileAndAttachShader()
181 SkSL::String glsl; in GrGLPrintShader() local
DGrGLProgramBuilder.cpp84 bool GrGLProgramBuilder::compileAndAttachShaders(const char* glsl, in compileAndAttachShaders()
118 SkSL::String glsl; in compileAndAttachShaders() local
175 const SkSL::String& glsl) { in storeShaderInCache()
245 SkSL::String glsl; in finalize() local
/external/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp24 SkSL::String* glsl, in GrSkSLtoGLSL()
57 const SkSL::String& glsl, in GrGLCompileAndAttachShader()
DGrGLProgramBuilder.cpp99 bool GrGLProgramBuilder::compileAndAttachShaders(const SkSL::String& glsl, in compileAndAttachShaders()
247 SkSL::String glsl[kGrShaderTypeCount]; in finalize() local
492 SkSL::String* sksl[], const SkSL::String glsl[]) { in checkLinkStatus()
580 SkSL::String glsl; in PrecompileProgram() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/OSDependent/Web/
Dglslang.pre.js1 Module['compileGLSLZeroCopy'] = function(glsl, shader_stage, gen_debug, spirv_version) { argument
Dglslang.js.cpp180 void* convert_glsl_to_spirv(const char* glsl, in convert_glsl_to_spirv()
/external/deqp-deps/glslang/glslang/OSDependent/Web/
Dglslang.pre.js1 Module['compileGLSLZeroCopy'] = function(glsl, shader_stage, gen_debug, spirv_version) { argument
Dglslang.js.cpp180 void* convert_glsl_to_spirv(const char* glsl, in convert_glsl_to_spirv()
/external/mesa3d/src/compiler/
Dmeson.build100 subdir('glsl') subdir
/external/mesa3d/src/compiler/glsl/
Dmeson.build225 libglsl = static_library( build
Dbuiltin_functions.cpp4745 builtin_builder::add_image_functions(bool glsl) in add_image_functions()
/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp86 SkSL::String glsl, std::vector<SkSL::Compiler::FormatArg> formatArgs) in GrGLSLSkSLFP()
290 SkSL::String glsl; in onCreateGLSLInstance() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp561 const char glsl[] = "GLSL.std.450\0\0\0\0"; in GetGlslInsts() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dgraphics_robust_access_pass.cpp562 const char glsl[] = "GLSL.std.450\0\0\0\0"; in GetGlslInsts() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp561 const char glsl[] = "GLSL.std.450\0\0\0\0"; in GetGlslInsts() local
/external/angle/src/compiler/translator/
DTranslatorVulkan.cpp1375 bool TranslatorVulkan::compileToSpirv(const TInfoSinkBase &glsl) in compileToSpirv()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3107 SkSL::String glsl; in createCopyProgram() local
3261 SkSL::String glsl; in createMipmapProgram() local
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3403 SkSL::String glsl; in createCopyProgram() local
3562 SkSL::String glsl; in createMipmapProgram() local
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1676 meta_clear(struct gl_context *ctx, GLbitfield buffers, bool glsl) in meta_clear()
/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttribBindingTests.cpp3243 const char* const glsl = in Run() local
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp210 namespace glsl namespace