/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.h | 39 GLuint program; member 103 GLuint program; member
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_ssa_elimination.cpp | 28 Program* program; member 682 ssa_elimination(Program* program) in ssa_elimination()
|
H A D | aco_lower_to_cssa.cpp | 50 Program* program; member 555 lower_to_cssa(Program* program) in lower_to_cssa()
|
H A D | aco_optimizer_postRA.cpp | 48 Program* program; member 855 optimize_postRA(Program* program) in optimize_postRA()
|
H A D | aco_insert_exec_mask.cpp | 50 Program* program; member 794 insert_exec_mask(Program* program) in insert_exec_mask()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cSampleShadingTests.cpp | 309 glu::ShaderProgram program( in iterate() local 374 glu::ShaderProgram program( in iterate() local
|
/aosp_15_r20/external/angle/src/tests/egl_tests/ |
H A D | EGLBufferAgeTest.cpp | 358 GLuint program = CompileProgram(essl1_shaders::vs::Simple(), essl1_shaders::fs::UniformColor()); in TEST_P() local 427 GLuint program = CompileProgram(essl1_shaders::vs::Simple(), essl1_shaders::fs::UniformColor()); in TEST_P() local
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_opengl_GLES32.cpp | 1063 …(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jfloatArray params_ref, j… in android_glGetnUniformfv__III_3FI() 1114 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) { in android_glGetnUniformfv__IIILjava_nio_FloatBuffer_2() 1159 …(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jin… in android_glGetnUniformiv__III_3II() 1210 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) { in android_glGetnUniformiv__IIILjava_nio_IntBuffer_2() 1255 …(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jin… in android_glGetnUniformuiv__III_3II() 1306 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) { in android_glGetnUniformuiv__IIILjava_nio_IntBuffer_2()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program.c | 1864 const unsigned *program; in iris_compile_vs() local 2092 const unsigned *program; in iris_compile_tcs() local 2282 const unsigned *program; in iris_compile_tes() local 2464 const unsigned *program; in iris_compile_gs() local 2642 const unsigned *program; in iris_compile_fs() local 2972 const unsigned *program; in iris_compile_cs() local
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fSeparateShaderTests.cpp | 1151 Program &program = wrapper->getProgram(); in createSingleShaderProgram() local 1176 void SeparateShaderTest::setUniform(ProgramWrapper &program, const string &uniformName, GLfloat val… in setUniform() 1286 MovePtr<ProgramWrapper> program = createShaderProgram(&vtxSrc, &frgSrc, false); in createReferenceProgram() local 1360 UniquePtr<ProgramWrapper> program(createReferenceProgram(programPp)); in testCurrentProgPriority() local
|
H A D | es31fFboNoAttachmentTests.cpp | 87 …const glu::ShaderProgram program(renderCtx, glu::makeVtxFragSources(vertexSource, fragmentSource)); in checkFramebufferSize() local 191 …const glu::ShaderProgram program(renderCtx, glu::makeVtxFragSources(vertexSource, fragmentSource)); in checkFramebufferRenderable() local
|
H A D | es31fGeometryShaderTests.cpp | 2151 sglr::ShaderProgram &program = getProgram(); in iterate() local 2267 void GeometryShaderRenderTest::renderWithContext(sglr::Context &ctx, sglr::ShaderProgram &program, in renderWithContext() 4396 const glu::ShaderProgram program(m_context.getRenderContext(), in iterate() local 4409 const glu::ShaderProgram program(m_context.getRenderContext(), glu::ProgramSources() in iterate() local 4435 glu::Program program(m_context.getRenderContext()); in iterate() local 4462 void GeometryProgramQueryCase::expectProgramValue(uint32_t program, int value) in expectProgramValue() 4484 void GeometryProgramQueryCase::expectQueryError(uint32_t program) in expectQueryError() 5064 const de::UniquePtr<glu::ShaderProgram> program(new glu::ShaderProgram( in iterate() local 5773 const glu::ShaderProgram program( in iterate() local
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | validationES32.cpp | 534 ShaderProgramID program, in ValidateGetnUniformfv() 550 ShaderProgramID program, in ValidateGetnUniformiv() 566 ShaderProgramID program, in ValidateGetnUniformuiv()
|
H A D | ResourceManager.cpp | 153 for (const auto &program : UnsafeResourceMapIter(mPrograms)) in reset() local 198 void ShaderProgramManager::deleteProgram(const gl::Context *context, ShaderProgramID program) in deleteProgram()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fFboTestUtil.cpp | 120 void FlatColorShader::setColor(sglr::Context &context, uint32_t program, const tcu::Vec4 &color) in setColor() 209 void GradientShader::setGradient(sglr::Context &ctx, uint32_t program, const tcu::Vec4 &gradientMin, in setGradient() 863 void DepthGradientShader::setUniforms(sglr::Context &ctx, uint32_t program, const float gradientMin, in setUniforms()
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | entry_points_gles_3_2_autogen.cpp | 854 void GL_APIENTRY GL_GetnUniformfv(GLuint program, GLint location, GLsizei bufSize, GLfloat *params) in GL_GetnUniformfv() 884 void GL_APIENTRY GL_GetnUniformiv(GLuint program, GLint location, GLsizei bufSize, GLint *params) in GL_GetnUniformiv() 914 void GL_APIENTRY GL_GetnUniformuiv(GLuint program, GLint location, GLsizei bufSize, GLuint *params) in GL_GetnUniformuiv()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/ |
H A D | mutable_command_arguments.cpp | 220 clProgramWrapper program; in Run() local 350 clProgramWrapper program; in Run() local
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/data/ |
D | SeriesRecording.java | 675 public boolean matchProgram(Program program) { in matchProgram() 684 public boolean matchProgram(Program program, @ChannelOption int channelOption) { in matchProgram()
|
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/ |
H A D | ModelChunk.cpp | 47 std::unique_ptr<Program> program; member 517 auto& program = modelInstance->program; in CreateModelInstance() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/ |
H A D | GrSkSLFP.cpp | 54 const SkSL::Program& program = *fp.fEffect->fBaseProgram; in emitCode() local 476 if (const SkSL::RP::Program* program = fEffect->getRPProgram(/*debugTrace=*/nullptr)) { in constantOutputForConstantInput() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_context.h | 76 struct nv30_vertprog *program; member 89 struct nv30_fragprog *program; member
|
/aosp_15_r20/hardware/libhardware/modules/radio/ |
H A D | radio_hw.c | 93 radio_program_info_t program; member 212 radio_metadata_t **metadata, bool program) in prepare_metadata()
|
/aosp_15_r20/external/OpenCL-ICD-Loader/test/loader_test/ |
H A D | param_struct.h | 406 cl_program program; member 411 cl_program program; member 416 cl_program program; member 426 cl_program program; member 475 cl_program program; member 484 cl_program program; member 721 cl_program program; member 728 cl_program program; member
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/relationals/ |
H A D | test_relationals.cpp | 54 clProgramWrapper program; in test_any_all_kernel() local 330 clProgramWrapper program; in test_select_kernel() local
|
/aosp_15_r20/external/cronet/base/ |
H A D | command_line.cc | 173 CommandLine::CommandLine(const FilePath& program) in CommandLine() 322 void CommandLine::SetProgram(const FilePath& program) { in SetProgram()
|