| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cContextFlushControlTests.cpp | 555 } shader[] = { { s_vertex_shader, GL_VERTEX_SHADER, 0 }, { s_fragment_shader, GL_FRAGMENT_SHADER, 0 } }; in createProgram() local [all...] |
| H A D | gl4cDirectStateAccessSamplersTests.cpp | 611 } shader[] = { { s_vertex_shader, GL_VERTEX_SHADER, 0 }, { s_fragment_shader, GL_FRAGMENT_SHADER, 0 } }; in prepareProgram() local [all...] |
| /third_party/vk-gl-cts/executor/tools/ |
| H A D | xeExtractShaderPrograms.cpp | 83 const xe::ri::Shader& shader = dynamic_cast<const xe::ri::Shader&>(shaderProgram.shaders.getItem(shaderNdx)); in writeShaderProgram() local
|
| /third_party/vk-gl-cts/executor/ |
| H A D | xeTestLogWriter.cpp | 292 const ri::Shader& shader = static_cast<const ri::Shader&>(item); in writeResultItem() local
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | shader_compiler.cc | 67 const auto shader = shader_info->GetShader(); in Compile() local 215 CompileGlsl(const Shader* shader, std::vector<uint32_t>* result) const CompileGlsl() argument 264 CompileHlsl(const Shader* shader, std::vector<uint32_t>* result) const CompileHlsl() argument [all...] |
| /third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
| H A D | parser.cc | 133 auto shader = MakeUnique<Shader>(section.shader_type); in ProcessShaderBlock() local
|
| /third_party/skia/third_party/externals/spirv-tools/test/fuzz/fact_manager/ |
| H A D | constant_uniform_facts_test.cpp | 53 std::string shader = R"( in TEST() local 501 std::string shader = R"( in TEST() local 572 std::string shader = R"( in TEST() local 683 std::string shader = R"( in TEST() local 738 std::string shader = R"( in TEST() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
| H A D | transformation_replace_boolean_constant_with_constant_binary_test.cpp | 65 std::string shader = R"( in TEST() local 496 std::string shader = R"( in TEST() local 712 std::string shader = R"( in TEST() local
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| H A D | ir_context_test.cpp | 820 std::string shader = R"( in TEST_F() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | ParallelShaderCompileTest.cpp | 85 GLuint shader = glCreateShader(type); in CompileShader() local 93 bool checkShader(GLuint shader) in checkShader() argument [all...] |
| /third_party/skia/src/gpu/ops/ |
| H A D | DrawAtlasPathOp.cpp | 86 const auto& shader = args.fGeomProc.cast<DrawAtlasPathShader>(); variable 166 auto shader = arena->make<DrawAtlasPathShader>(fUsesLocalCoords, &fAtlasHelper, in prepareProgram() local
|
| H A D | PathStencilCoverOp.cpp | 154 auto shader = GrPathTessellationShader::MakeSimpleTriangleShader(args.fArena, in prePreparePrograms() local
|
| H A D | PathInnerTriangulateOp.cpp | 197 auto shader = GrPathTessellationShader::MakeSimpleTriangleShader(args.fArena, fViewMatrix, in pushFanStencilProgram() local 205 auto shader = GrPathTessellationShader::MakeSimpleTriangleShader(args.fArena, fViewMatrix, in pushFanFillProgram() local
|
| /third_party/skia/src/core/ |
| H A D | SkPixmap.cpp | 240 sk_sp<SkShader> shader = SkImageShader::Make(bitmap.asImage(), in scalePixels() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | ResourceManager.cpp | 161 void ResourceManager::deleteShader(GLuint shader) in deleteShader() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | ComputeProgram.cpp | 41 ComputeProgram::ComputeProgram(vk::Device *device, std::shared_ptr<SpirvShader> shader, vk::PipelineLayout const *pipelineLayout, const vk::DescriptorSet::Bindings &descriptorSets) in ComputeProgram() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
| H A D | ComputeTests.cpp | 127 test( const std::string &shader, std::function<uint32_t(uint32_t idx)> input, std::function<uint32_t(uint32_t idx)> expected) test() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/ |
| H A D | constant_uniform_facts_test.cpp | 53 std::string shader = R"( in TEST() local 501 std::string shader = R"( in TEST() local 572 std::string shader = R"( in TEST() local 683 std::string shader = R"( in TEST() local 738 std::string shader = R"( in TEST() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
| H A D | transformation_replace_boolean_constant_with_constant_binary_test.cpp | 65 std::string shader = R"( in TEST() local 496 std::string shader = R"( in TEST() local 712 std::string shader = R"( in TEST() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| H A D | ir_context_test.cpp | 820 std::string shader = R"( in TEST_F() local
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFShader.cpp | 263 make_fallback_shader(SkPDFDocument* doc, SkShader* shader, const SkMatrix& canvasTransform, const SkIRect& surfaceBBox, SkColor4f paintColor) make_fallback_shader() argument 322 adjust_color(SkShader* shader, SkColor4f paintColor) adjust_color() argument 331 SkPDFMakeShader(SkPDFDocument* doc, SkShader* shader, const SkMatrix& canvasTransform, const SkIRect& surfaceBBox, SkColor4f paintColor) SkPDFMakeShader() argument [all...] |
| /third_party/skia/src/shaders/ |
| H A D | SkShader.cpp | 95 SkShaderBase::Context::Context(const SkShaderBase& shader, const ContextRec& rec) in Context() argument 181 sk_sp<const SkShader> shader; in onAppendStages() member
|
| H A D | SkShaderBase.h | 276 as_SB(SkShader* shader) as_SB() argument 280 as_SB(const SkShader* shader) as_SB() argument 284 as_SB(const sk_sp<SkShader>& shader) as_SB() argument [all...] |
| /third_party/skia/src/shaders/gradients/ |
| H A D | Sk4fGradientBase.cpp | 31 IntervalIterator(const SkGradientShaderBase& shader, bool reverse) in IntervalIterator() argument 98 void addMirrorIntervals(const SkGradientShaderBase& shader, in addMirrorIntervals() argument 140 void Sk4fGradientIntervalBuffer::init(const SkGradientShaderBase& shader, SkColorSpace* dstCS, in init() argument 290 GradientShaderBase4fContext(const SkGradientShaderBase& shader, const ContextRec& rec) GradientShaderBase4fContext() argument [all...] |
| /third_party/skia/tests/ |
| H A D | SkRuntimeEffectTest.cpp | 334 auto shader = fBuilder->makeShader(/*localMatrix=*/nullptr, /*isOpaque=*/false); in test() local 719 auto shader = b.makeShader(/*localMatrix=*/nullptr, /*isOpaque=*/false); DEF_TEST() local [all...] |