| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | WebGLCompatibilityTest.cpp | 592 GLuint program = CompileProgram(kVS, kFS); in TEST_P() local 2199 GLuint program = CompileProgram(validVert, essl1_shaders::fs::Red()); TEST_P() local 2229 GLuint program = CompileProgram(validVert, essl3_shaders::fs::Red()); TEST_P() local 2660 drawBuffersEXTFeedbackLoop(GLuint program, const std::array<GLenum, 2> &drawBuffers, GLenum expectedError) drawBuffersEXTFeedbackLoop() argument [all...] |
| /third_party/skia/src/core/ |
| H A D | SkRuntimeEffect.cpp | 220 std::unique_ptr<SkSL::Program> program; in MakeFromSource() local 249 SkRuntimeEffect::Result SkRuntimeEffect::MakeFromDSL(std::unique_ptr<SkSL::Program> program, in MakeFromDSL() argument 258 MakeInternal(std::unique_ptr<SkSL::Program> program, const Options& options, SkSL::ProgramKind kind) MakeInternal() argument 408 MakeForColorFilter(std::unique_ptr<SkSL::Program> program, const Options& options) MakeForColorFilter() argument 415 MakeForShader(std::unique_ptr<SkSL::Program> program, const Options& options) MakeForShader() argument 422 MakeForBlender(std::unique_ptr<SkSL::Program> program, const Options& options) MakeForBlender() argument 429 MakeForColorFilter( std::unique_ptr<SkSL::Program> program) MakeForColorFilter() argument 434 MakeForShader(std::unique_ptr<SkSL::Program> program) MakeForShader() argument 438 MakeForBlender(std::unique_ptr<SkSL::Program> program) MakeForBlender() argument 693 SkFilterColorProgram(skvm::Program program, std::vector<SampleCall> sampleCalls, bool alphaUnchanged) SkFilterColorProgram() argument 906 const SkFilterColorProgram* program = fEffect->getFilterColorProgram(); global() variable [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | VertexProgram.cpp | 77 void VertexProgram::program(UInt &index) in program() function in sw::VertexProgram
|
| /third_party/skia/third_party/externals/libpng/contrib/libtests/ |
| H A D | pngunknown.c | 404 const char *program; member 413 init_display(display *d, const char *program) in init_display() argument 1106 usage(const char *program, const char *reason) in usage() argument [all...] |
| /third_party/skia/src/sksl/ |
| H A D | SkSLDSLParser.cpp | 221 std::unique_ptr<Program> DSLParser::program() { in program() function in SkSL::DSLParser
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | ShaderModuleD3D12.cpp | 186 const tint::Program* program; member 762 const tint::Program* program; in Compile() local [all...] |
| /third_party/skia/third_party/externals/tint/samples/ |
| H A D | main.cc | 598 void PrintWGSL(std::ostream& out, const tint::Program& program) { in PrintWGSL() argument 613 GenerateSpirv(const tint::Program* program, const Options& options) GenerateSpirv() argument 662 GenerateWgsl(const tint::Program* program, const Options& options) GenerateWgsl() argument 685 GenerateMsl(const tint::Program* program, const Options& options) GenerateMsl() argument 798 GenerateHlsl(const tint::Program* program, const Options& options) GenerateHlsl() argument 869 GenerateGlsl(const tint::Program* program, const Options& options) GenerateGlsl() argument 960 std::unique_ptr<tint::Program> program; main() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fDrawTests.cpp | 662 GridProgram program; in iterate() local 677 void InstancedGridRenderTest::renderTo (sglr::Context& ctx, sglr::ShaderProgram& program, tcu::Surface& dst) in renderTo() argument
|
| H A D | es3fInstancedRenderingTests.cpp | 507 deUint32 program = m_program->getProgram(); in setupAndRender() local
|
| H A D | es3fShaderBuiltinVarTests.cpp | 321 log << program; in iterate() local 418 log << program; in iterate() local 530 log << program; iterate() local 636 log << program; iterate() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| H A D | es3pShaderOptimizationTests.cpp | 206 SharedPtr<const ShaderProgram>& program (bool optimized) { return optimized ? m_optimizedProgram : m_unoptimizedProgram; } in program() function in deqp::gles3::Performance::__anon30793::ShaderOptimizationCase
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fAtomicCounterTests.cpp | 926 log << program; in iterate() local
|
| H A D | es31fDrawTests.cpp | 796 GridProgram program; in iterate() local 811 void InstancedGridRenderTest::renderTo (sglr::Context& ctx, sglr::ShaderProgram& program, tcu::Surface& dst) in renderTo() argument [all...] |
| H A D | es31fNegativeShaderApiTests.cpp | 122 GLuint program = ctx.glCreateProgram(); in shader_source() local 142 GLuint program = ctx.glCreateProgram(); in compile_shader() local 241 GLuint program = ctx.glCreateProgram(); in attach_shader() local 293 GLuint program = ctx.glCreateProgram(); detach_shader() local 561 GLuint program = ctx.glCreateProgram(); program_parameteri() local 925 GLuint program = ctx.glCreateProgram(); bind_attrib_location() local 2300 GLuint program = ctx.glCreateProgram(); link_compute_shader() local 2331 GLuint program = ctx.glCreateProgram(); link_compute_shader() local [all...] |
| H A D | es31fNegativeStateApiTests.cpp | 304 GLuint program = ctx.glCreateProgram(); in get_attached_shaders() local 330 GLuint program = ctx.glCreateProgram(); in get_shaderiv() local 358 GLuint program in get_shader_info_log() local 407 GLuint program = ctx.glCreateProgram(); get_shader_source() local 433 GLuint program = ctx.glCreateProgram(); get_programiv() local 458 GLuint program = ctx.glCreateProgram(); get_program_info_log() local 1126 GLuint program = ctx.glCreateProgram(); get_frag_data_location() local [all...] |
| H A D | es31fTextureSpecificationTests.cpp | 186 void TextureSpecCase::renderTex (tcu::Surface& dst, deUint32 program, int width, int height) in renderTex() argument 194 sglr::drawQuad(*getCurrentContext(), program, tcu::Vec3(-1.0f, -1.0f, 0.0f), tcu::Vec3(-1.0f + w*2.0f, -1.0f + h*2.0f, 0.0f)); in renderTex() local
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsAttributeLocationTests.cpp | 333 string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() argument 349 bool getProgramLinkStatus (const glw::Functions& gl, deUint32 program) in getProgramLinkStatus() argument 359 void logProgram (TestLog& log, const glw::Functions& gl, deUint32 program) in logProgram() argument 412 pair<deUint32, deUint32> createAndAttachShaders (TestLog& log, glu::RenderContext& renderCtx, deUint32 program, const vector<Attribute>& attributes, bool attributeAliasing) in createAndAttachShaders() argument 473 bindAttributes(TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Bind>& binds) bindAttributes() argument 497 checkActiveAttribQuery(TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Attribute>& attributes) checkActiveAttribQuery() argument 602 checkAttribLocationQuery(TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Attribute>& attributes, const map<string, deUint32>& bindings) checkAttribLocationQuery() argument 631 checkQuery(TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Attribute>& attributes, const map<string, deUint32>& bindings) checkQuery() argument 698 deUint32 program = 0; runTest() local [all...] |
| H A D | glsStateQueryUtil.cpp | 572 void queryProgramState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLuint program, glw::GLenum pname, QueriedState& state) in queryProgramState() argument 2026 void verifyStateProgramInteger (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLuint program, glw::GLenum pname, int expected, QueryType type) in verifyStateProgramInteger() argument 2036 void verifyStateProgramIntegerVec3 (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLuint program, glw::GLenum pname, const tcu::IVec3& expected, QueryType type) in verifyStateProgramIntegerVec3() argument
|
| H A D | glsTextureBufferCase.cpp | 392 glu::ShaderProgram* const program = new glu::ShaderProgram(renderContext, glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource)); in createRenderProgram() member in deqp::gls::__anon31008::glu 575 renderGL(glu::RenderContext& renderContext, RenderBits renderBits, deUint32 coordSeed, int triangleCount, glu::ShaderProgram& program, glu::TextureBuffer& texture) renderGL() argument 758 render(TestLog& log, glu::RenderContext& renderContext, RenderBits renderBits, de::Random& rng, glu::ShaderProgram& program, glu::TextureBuffer& texture, const tcu::PixelBufferAccess& target) render() argument [all...] |
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| H A D | sglrContextWrapper.cpp | 184 void ContextWrapper::glUseProgram (deUint32 program) in glUseProgram() argument
|
| /third_party/vk-gl-cts/framework/platform/null/ |
| H A D | tcuNullRenderContext.cpp | 526 GLW_APICALL void GLW_APIENTRY glGetProgramiv (GLuint program, GLenum pname, GLint* params) in glGetProgramiv() argument 733 GLW_APICALL GLint GLW_APIENTRY glGetAttribLocation (GLuint program, const GLchar* name) in glGetAttribLocation() argument
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglGLES2SharedRenderingPerfTests.cpp | 403 GLuint program = gl.createProgram(); in createProgram() local [all...] |
| H A D | teglGetFrameTimestampsTests.cpp | 372 deUint32 program = 0; in createGLES2Program() local 510 deUint32 program = 0; executeForConfig() local [all...] |
| H A D | teglSyncTests.cpp | 430 bool CheckProgram(GLuint program, bool* compile_error = NULL) { in CheckProgram() argument 544 GLuint program = CreateComputeProgram(glsl_cs_long); in RunComputePersistent() local [all...] |
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fShaderApiTests.cpp | 294 void logProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, ShaderAllocator& shaders) in logProgram() argument 309 void logVertexFragmentProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, glu::Shader& vertShader, glu::Shader& fragShader) in logVertexFragmentProgram() argument 428 const GLuint program = glCreateProgram(); in linkProgram() local 783 buildProgram(glu::Program& program, ShaderAllocator& shaders) buildProgram() argument 800 verify(glu::Program& program, const glu::ProgramInfo& reference) verify() argument 889 executeForProgram(glu::Program& program, ShaderAllocator& shaders) executeForProgram() argument 911 executeForProgram(glu::Program& program, ShaderAllocator& shaders) executeForProgram() argument 934 executeForProgram(glu::Program& program, ShaderAllocator& shaders) executeForProgram() argument 957 executeForProgram(glu::Program& program, ShaderAllocator& shaders) executeForProgram() argument 981 executeForProgram(glu::Program& program, ShaderAllocator& shaders) executeForProgram() argument 1004 executeForProgram(glu::Program& program, ShaderAllocator& shaders) executeForProgram() argument [all...] |