Home
last modified time | relevance | path

Searched defs:shaderSource (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DPrecise_test.cpp79 const char *shaderSource) in TestShaderCompile()
94 void TestShaderCompile(const char *shaderSource, size_t expectedNoContractionDecorationCount) in TestShaderCompile()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DComputeIndirectTests.cpp27 const char* shaderSource = R"( member in ComputeIndirectTests
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_wrapper.cpp110 const std::string &shaderSource, in GlslangCompileToSpirv()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DCompilerPerf.cpp234 const char *shaderSource; member
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DCompilerPerf.cpp235 const char *shaderSource; member
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilSamplingTests.cpp69 std::ostringstream& shaderSource, in GenerateSamplingShader()
127 std::ostringstream shaderSource; in CreateSamplingRenderPipeline() local
147 std::ostringstream shaderSource; in CreateSamplingComputePipeline() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DGlslangWrapper.cpp357 std::string shaderSource; in getShaderSource() local
694 IntermediateShaderSource &shaderSource = (*shaderSources)[shaderType]; in AssignResourceBinding() local
749 IntermediateShaderSource &shaderSource = (*shaderSources)[shaderType]; in AssignAtomicCounterBufferBindings() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl.js549 shaderSource: function (...args) { method
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp1145 std::ostringstream shaderSource; in ExpectSampledFloatDataImpl() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h185 PFNGLSHADERSOURCEPROC shaderSource = nullptr; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h185 PFNGLSHADERSOURCEPROC shaderSource = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp4421 std::string shaderSource = stream.readString(); in deserialize() local
DContext.cpp7158 void Context::shaderSource(ShaderProgramID shader, in shaderSource() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp3036 std::string shaderSource = shader->getSourceString(); in CaptureShareGroupMidExecutionSetup() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6354 void Context::shaderSource(GLuint shader, in shaderSource() function in gl::Context
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4871 shaderSource(shader: WebGLShader, source: string): void; method
Ddom.generated.d.ts17902 shaderSource(shader: WebGLShader, source: string): void; method
/third_party/typescript/lib/
Dlib.webworker.d.ts4891 shaderSource(shader: WebGLShader, source: string): void; method
Dlib.dom.d.ts17922 shaderSource(shader: WebGLShader, source: string): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts15098 shaderSource(shader: WebGLShader, source: string): void; method