/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_opengl_GLES20.cpp | 436 (JNIEnv *_env, jobject _this, jint program, jint shader) { in android_glAttachShader__II() 446 (JNIEnv *_env, jobject _this, jint program, jint index, jstring name) { in android_glBindAttribLocation__IILjava_lang_String_2() 1061 (JNIEnv *_env, jobject _this, jint program) { in android_glDeleteProgram__I() 1291 (JNIEnv *_env, jobject _this, jint program, jint shader) { in android_glDetachShader__II() 1836 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 1952 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject … in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 2004 …(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintA… in android_glGetActiveAttrib1() 2099 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetActiveAttrib2() 2160 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetActiveUniform__III_3II_3II_3II_3BI() 2276 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject … in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() [all …]
|
H A D | android_opengl_GLES30.cpp | 2087 (JNIEnv *_env, jobject _this, jint program, jobjectArray varyings_ref, jint bufferMode) { in android_glTransformFeedbackVaryings() 2135 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 2251 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject … in android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 2258 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject … in android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2() 2323 …(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintA… in android_glGetTransformFeedbackVarying1() 2418 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetTransformFeedbackVarying2() 2873 (JNIEnv *_env, jobject _this, jint program, jint location, jintArray params_ref, jint offset) { in android_glGetUniformuiv__II_3II() 2917 (JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) { in android_glGetUniformuiv__IILjava_nio_IntBuffer_2() 2955 (JNIEnv *_env, jobject _this, jint program, jstring name) { in android_glGetFragDataLocation__ILjava_lang_String_2() 3644 …(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndice… in android_glGetUniformIndices_array() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/ |
H A D | op_profile_builder.cc | 232 const OpMetrics& op_metrics, Program* program) { in LookupOrAddCategoryNode() 252 Program* program = &programs_map_[program_id]; in LookupOrAddProgramNode() local 275 Program* program = nullptr; in AddOp() local
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | validationES2.cpp | 1984 ShaderProgramID program, in ValidateProgramBinaryOES() 2000 ShaderProgramID program, in ValidateGetProgramBinaryOES() 3304 ShaderProgramID program, in ValidateBindUniformLocationCHROMIUM() 3942 ShaderProgramID program, in ValidateAttachShader() 3968 ShaderProgramID program, in ValidateBindAttribLocation() 4380 ShaderProgramID program) in ValidateDeleteProgram() 4465 ShaderProgramID program, in ValidateDetachShader() 4546 ShaderProgramID program, in ValidateGetActiveAttrib() 4578 ShaderProgramID program, in ValidateGetActiveUniform() 4610 ShaderProgramID program, in ValidateGetAttachedShaders() [all …]
|
H A D | validationES3.cpp | 1967 ShaderProgramID program, in ValidateGetUniformuiv() 2314 ShaderProgramID program, in ValidateProgramBinary() 2330 ShaderProgramID program, in ValidateGetProgramBinary() 2348 ShaderProgramID program, in ValidateProgramParameteriBase() 2391 ShaderProgramID program, in ValidateProgramParameteri() 4224 ShaderProgramID program, in ValidateTransformFeedbackVaryings() 4271 ShaderProgramID program, in ValidateGetTransformFeedbackVarying() 4490 ShaderProgramID program, in ValidateGetFragDataLocation() 4516 ShaderProgramID program, in ValidateGetUniformIndices() 4544 ShaderProgramID program, in ValidateGetActiveUniformsiv() [all …]
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cClipControlTests.cpp | 446 de::SharedPtr<glu::ShaderProgram> program( in iterate() local 649 de::SharedPtr<glu::ShaderProgram> program( in iterate() local 840 de::SharedPtr<glu::ShaderProgram> program( in iterate() local 1015 de::SharedPtr<glu::ShaderProgram> program( in iterate() local 1229 de::SharedPtr<glu::ShaderProgram> program( in iterate() local
|
H A D | gl4cES31CompatibilitySampleVariablesTests.cpp | 353 glu::ShaderProgram program( in iterate() local 422 glu::ShaderProgram program( in iterate() local 659 glu::ShaderProgram program(m_context.getRenderContext(), in iterate() local 730 glu::ShaderProgram program(m_context.getRenderContext(), in iterate() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | VertexAttributeTest.cpp | 329 void setupMultiAttribs(GLuint program, GLint attribCount, GLfloat value) in setupMultiAttribs() 1277 GLuint program = compileMultiAttribProgram(drawAttribs); in TEST_P() local 1300 GLuint program = compileMultiAttribProgram(drawAttribs); in TEST_P() local 1308 GLuint program = compileMultiAttribProgram(1); in TEST_P() local 1423 GLuint program = glCreateProgram(); in TEST_P() local 1907 GLuint program = CompileProgram(kVS, kFS, [&](GLuint program) { in TEST_P() argument 4398 GLuint program = CompileProgram(kVS, kFS); in TEST_P() local 4619 GLuint program = CompileProgram(kVS, kFS); in TEST_P() local 4763 GLuint program = CompileProgram(kVS, kFS); in TEST_P() local 5096 GLuint program = compileMultiAttribProgram(drawAttribs); in TEST_P() local [all …]
|
H A D | ClipDistanceTest.cpp | 899 GLProgram program; in TEST_P() local 1066 GLProgram program; in TEST_P() local 1206 GLProgram program; in TEST_P() local 1299 GLProgram program; in TEST_P() local 1386 GLProgram program; in TEST_P() local 1432 GLProgram program; in TEST_P() local 1502 GLProgram program; in TEST_P() local
|
H A D | ProgramParameterTest.cpp | 39 GLuint program = glCreateProgram(); in TEST_P() local 61 GLuint program = glCreateProgram(); in TEST_P() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_progvar.cpp | 446 static cl_int print_build_log(cl_program program, cl_uint num_devices, in print_build_log() 1044 static int check_global_initialization(cl_context context, cl_program program, in check_global_initialization() 1128 clProgramWrapper program; in l_write_read_for_type() local 1337 clProgramWrapper program; in l_init_write_read_for_type() local 1591 clProgramWrapper program; in l_capacity() local 1748 clProgramWrapper program; in l_user_type() local 2122 clProgramWrapper program; in test_progvar_func_scope() local
|
H A D | test_vector_swizzle.cpp | 631 clProgramWrapper program; in test_vectype() local 647 clProgramWrapper program; in test_vectype() local 663 clProgramWrapper program; in test_vectype() local
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramManager.java | 706 final Program program; field in ProgramManager.TableEntry 729 ProgramImpl program, in TableEntry() 738 Program program, in TableEntry() 803 Program program, in createTableEntryForTest()
|
/aosp_15_r20/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
H A D | glGetUniformIndices.java | 4 int program, in glGetUniformIndices() 13 int program, in glGetUniformIndices()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/glsl/ |
H A D | GrGLSLVertexGeoBuilder.h | 34 GrGLSLVertexGeoBuilder(GrGLSLProgramBuilder* program) : INHERITED(program) {} in GrGLSLVertexGeoBuilder() 51 GrGLSLVertexBuilder(GrGLSLProgramBuilder* program) : INHERITED(program) {} in GrGLSLVertexBuilder()
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_query_compute.c | 45 struct pvr_pds_compute_shader_program *program) in pvr_init_primary_compute_pds_program() 130 struct pvr_compute_query_shader *program) in pvr_destroy_compute_secondary_prog() 334 struct pvr_compute_query_shader *program) in pvr_destroy_compute_query_program()
|
/aosp_15_r20/packages/apps/TV/tests/common/src/com/android/tv/testing/data/ |
D | ChannelInfo.java | 57 public final ProgramInfo program; field in ChannelInfo 124 ProgramInfo program, in ChannelInfo() 302 public Builder setProgram(ProgramInfo program) { in setProgram()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/pipes/ |
H A D | test_pipe_limits.cpp | 160 clProgramWrapper program; in test_pipe_max_args() local 272 clProgramWrapper program; in test_pipe_max_packet_size() local 416 clProgramWrapper program; in test_pipe_max_active_reservations() local
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 378 final Program program = Utils.getCurrentProgram(this, channel.getId()); in sendNotification() local 429 Program program) { in sendNotification() 480 final Program program, in createChannelLogoCallback()
|
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLHLSLCodeGenerator.cpp | 27 bool ToHLSL(Program& program, in ToHLSL() 40 bool ToHLSL(Program& program, in ToHLSL()
|
/aosp_15_r20/cts/tests/openglperf2/jni/graphics/ |
H A D | TransformationNode.cpp | 24 void TransformationNode::before(Program& program, Matrix& model, Matrix& view, in before() 32 void TransformationNode::after(Program& program, Matrix& model, Matrix& view, in after()
|
H A D | TexturedMeshNode.cpp | 21 void TexturedMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before() 39 void TexturedMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/ |
H A D | run_services.cpp | 172 cl_program program = clCreateProgramWithSource( context, 1, &text_str, NULL, &error ); in create_program_from_cl() local 193 …cl_program program = clCreateProgramWithBinary( context, 1, &device, &binary_size, &ptr, &load_err… in create_program_from_bc() local 212 cl_kernel create_kernel_helper( cl_program program, const std::string& kernel_name ) in create_kernel_helper() 236 cl_device_id get_program_device (cl_program program) in get_program_device()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderBuiltinVarTests.cpp | 285 const glu::ShaderProgram program( in iterate() local 378 const glu::ShaderProgram program( in iterate() local 484 const glu::ShaderProgram program( in iterate() local 588 const glu::ShaderProgram program(m_context.getRenderContext(), in iterate() local
|
/aosp_15_r20/external/skia/src/sksl/transform/ |
H A D | SkSLFindAndDeclareBuiltinStructs.cpp | 39 Program& program, in get_struct_definitions_from_module() 61 void Transform::FindAndDeclareBuiltinStructs(Program& program) { in FindAndDeclareBuiltinStructs()
|