| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLProgramCacheControlTest.cpp | 251 GLuint program = glCreateProgram(); in TEST_P() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | IndexedPointsTest.cpp | 120 GLuint program = useVertexBufferWithColor ? mVertexWithColorBufferProgram : mProgram; in runTest() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | LinkProgramPerfTest.cpp | 155 GLuint program = glCreateProgram(); in drawBenchmark() local
|
| /third_party/skia/src/gpu/glsl/ |
| H A D | GrGLSLVarying.h | 90 explicit GrGLSLVaryingHandler(GrGLSLProgramBuilder* program) in GrGLSLVaryingHandler() argument
|
| H A D | GrGLSLUniformHandler.h | 95 explicit GrGLSLUniformHandler(GrGLSLProgramBuilder* program) : fProgramBuilder(program) {} in GrGLSLUniformHandler() argument
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkUniformHandler.h | 97 explicit GrVkUniformHandler(GrGLSLProgramBuilder* program) in GrVkUniformHandler() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrSPIRVUniformHandler.cpp | 12 GrSPIRVUniformHandler::GrSPIRVUniformHandler(GrGLSLProgramBuilder* program) in GrSPIRVUniformHandler() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkPipeline.hpp | 153 std::shared_ptr<sw::ComputeProgram> program; member in vk::ComputePipeline
|
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLMetalCodeGenerator.h | 57 MetalCodeGenerator(const Context* context, const Program* program, OutputStream* out) in MetalCodeGenerator() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | ShaderModuleVk.cpp | 92 tint::Program program; in Initialize() local 163 tint::Program program; in GetTransformedModuleHandle() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | ShaderModule.cpp | 418 tint::Program program = tint::reader::wgsl::Parse(file); in ParseWGSL() local 433 tint::Program program = tint::reader::spirv::Parse(spirv); in ParseSPIRV() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | GraphWriter.cpp | 132 static const char *getProgramName(GraphProgram::Name program) { in getProgramName() argument 148 DisplayGraph(StringRef FilenameRef, bool wait, GraphProgram::Name program) DisplayGraph() argument [all...] |
| /third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
| H A D | mutator.cc | 56 bool MaybeApplyMutation(const tint::Program& program, in MaybeApplyMutation() argument 92 tint::Program Replay(tint::Program program, in Replay() argument 112 Mutate(tint::Program program, ProbabilityContext* probability_context, bool enable_all_mutations, uint32_t max_applied_mutations, protobufs::MutationSequence* mutation_sequence) Mutate() argument [all...] |
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | parser_impl_convert_type_test.cc | 598 Program program = p->program(); in TEST_F() local 616 Program program = p->program(); in TEST_F() local 638 Program program = p->program(); in TEST_F() local
|
| /third_party/skia/third_party/externals/tint/src/writer/ |
| H A D | text_generator.cc | 25 TextGenerator::TextGenerator(const Program* program) in TextGenerator() argument
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | subprocess.cc | 89 void Subprocess::Start(const std::string& program, SearchMode search_mode) { in Start() argument
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fNegativeShaderFramebufferFetchTests.cpp | 77 void verifyProgramError (NegativeTestContext& ctx, const glu::ShaderProgram& program, ProgramError error, glu::ShaderType shaderType) in verifyProgramError() argument [all...] |
| H A D | es31fNegativeShaderStorageTests.cpp | 47 log << program; in verifyProgram() local
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsShaderPerformanceMeasurer.cpp | 142 void ShaderPerformanceMeasurer::init (deUint32 program, const vector<AttribSpec>& attributes, int calibratorInitialNumCalls) in init() argument
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluProgramInterfaceQuery.hpp | 103 inline int getProgramResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam) in getProgramResourceInt() argument 108 getProgramResourceName(const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index) getProgramResourceName() argument 115 getProgramInterfaceBlockInfo(const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index) getProgramInterfaceBlockInfo() argument 122 getProgramInterfaceVariableInfo(const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index) getProgramInterfaceVariableInfo() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
| H A D | CLProgramCL.cpp | 19 CLProgramCL::CLProgramCL(const cl::Program &program, cl_program native) in CLProgramCL() argument 150 void CLProgramCL::Callback(cl_program program, void *userData) in Callback() argument
|
| /foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/ |
| H A D | opengl_wrapper_native_test.cpp | 111 GLuint program = glCreateProgram(); in CreateAndLinkProgram() local
|
| /foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
| H A D | gl_utils.cpp | 172 unsigned int program = glCreateProgram();
in CreateProgram() local [all...] |
| /kernel/linux/linux-6.6/arch/mips/net/ |
| H A D | bpf_jit_comp.h | 76 struct bpf_prog *program; /* The eBPF program being JITed */ member [all...] |
| /kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_gram.y | 231 program: label [all...] |