/frameworks/base/media/mca/filterfw/jni/ |
D | jni_native_program.cpp | 31 std::unique_ptr<NativeProgram> program(new NativeProgram()); in Java_android_filterfw_core_NativeProgram_allocate() local 40 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_nativeInit() local 47 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_openNativeLibrary() local 54 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_bindInitFunction() local 61 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_bindSetValueFunction() local 70 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_bindGetValueFunction() local 79 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_bindProcessFunction() local 86 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_bindResetFunction() local 95 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_bindTeardownFunction() local 102 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_callNativeInit() local [all …]
|
D | jni_shader_program.cpp | 64 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_compileAndLink() local 72 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_setUniformValue() local 86 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_getUniformValue() local 95 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_shaderProcess() local 132 ShaderProgram* program = gl_env_ptr ? ShaderProgram::CreateIdentity(gl_env_ptr) : NULL; in Java_android_filterfw_core_ShaderProgram_nativeCreateIdentity() local 146 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_setSourceRegion() local 164 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_setTargetRegion() local 175 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_setShaderClearsOutput() local 186 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_setShaderBlendEnabled() local 198 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_setShaderBlendFunc() local [all …]
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31.java | 257 int program, in glGetProgramInterfaceiv() 267 int program, in glGetProgramInterfaceiv() 276 int program, in glGetProgramResourceIndex() 284 int program, in glGetProgramResourceName() 292 int program, in glGetProgramResourceiv() 308 int program, in glGetProgramResourceiv() 321 int program, in glGetProgramResourceLocation() 331 int program in glUseProgramStages() 338 int program in glActiveShaderProgram() 410 int program, in glProgramUniform1i() [all …]
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetTransformFeedbackVarying.java | 4 int program, in glGetTransformFeedbackVarying() 23 int program, in glGetTransformFeedbackVarying() 35 int program, in glGetTransformFeedbackVarying() 47 int program, in glGetTransformFeedbackVarying() 58 int program, in glGetTransformFeedbackVarying()
|
D | glGetActiveUniformBlockName.java | 4 int program, in glGetActiveUniformBlockName() 16 int program, in glGetActiveUniformBlockName() 25 int program, in glGetActiveUniformBlockName()
|
D | glGetActiveAttrib.java | 4 int program, in glGetActiveAttrib() 22 int program, in glGetActiveAttrib() 34 int program, in glGetActiveAttrib() 45 int program, in glGetActiveAttrib()
|
D | glGetActiveUniform.java | 4 int program, in glGetActiveUniform() 22 int program, in glGetActiveUniform() 33 int program, in glGetActiveUniform() 44 int program, in glGetActiveUniform()
|
D | glGetUniformIndices.java | 4 int program, in glGetUniformIndices() 13 int program, in glGetUniformIndices()
|
D | glGetActiveUniformBlockName.cpp | 4 …(JNIEnv* _env, jobject _this, jint program, jint uniformBlockIndex, int bufSize, jintArray length_… in android_glGetActiveUniformBlockName_III_3II_3BI() 70 …(JNIEnv* _env, jobject _this, jint program, jint uniformBlockIndex, jobject length_buf, jobject un… in android_glGetActiveUniformBlockName_IILjava_nio_Buffer_2Ljava_nio_Buffer_2() 112 (JNIEnv *_env, jobject _this, jint program, jint uniformBlockIndex) { in android_glGetActiveUniformBlockName_II()
|
D | glGetProgramPipelineInfoLog.java | 4 int program in glGetProgramPipelineInfoLog()
|
D | glGetProgramInfoLog.java | 5 int program in glGetProgramInfoLog()
|
D | glTransformFeedbackVaryings.java | 4 int program, in glTransformFeedbackVaryings()
|
D | glGetProgramResourceName.java | 4 int program, in glGetProgramResourceName()
|
D | glGetTransformFeedbackVarying.cpp | 4 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 120 …(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() 127 …(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() 192 …(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintA… in android_glGetTransformFeedbackVarying1() 287 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetTransformFeedbackVarying2()
|
D | glGetActiveUniform.cpp | 4 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetActiveUniform__III_3II_3II_3II_3BI() 120 …(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() 172 …(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintA… in android_glGetActiveUniform1() 270 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetActiveUniform2()
|
D | glGetProgramResourceName.cpp | 4 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index) { in android_glGetProgramResourceName()
|
D | glGetUniformIndices.cpp | 5 …(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndice… in android_glGetUniformIndices_array() 81 …(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_… in android_glGetUniformIndices_buffer()
|
D | glGetActiveAttrib.cpp | 4 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 120 …(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() 172 …(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintA… in android_glGetActiveAttrib1() 267 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetActiveAttrib2()
|
D | glTransformFeedbackVaryings.cpp | 5 (JNIEnv *_env, jobject _this, jint program, jobjectArray varyings_ref, jint bufferMode) { in android_glTransformFeedbackVaryings()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 565 …(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint pname, jintArray params_re… in android_glGetProgramInterfaceiv__III_3II() 610 …(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint pname, jobject params_buf)… in android_glGetProgramInterfaceiv__IIILjava_nio_IntBuffer_2() 649 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jstring name) { in android_glGetProgramResourceIndex__IILjava_lang_String_2() 685 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index) { in android_glGetProgramResourceName() 693 …(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index, jint propCount, jin… in android_glGetProgramResourceiv__IIII_3III_3II_3II() 786 …(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index, jint propCount, job… in android_glGetProgramResourceiv__IIIILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 861 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jstring name) { in android_glGetProgramResourceLocation__IILjava_lang_String_2() 897 (JNIEnv *_env, jobject _this, jint pipeline, jint stages, jint program) { in android_glUseProgramStages__III() 908 (JNIEnv *_env, jobject _this, jint pipeline, jint program) { in android_glActiveShaderProgram__II() 1248 (JNIEnv *_env, jobject _this, jint program, jint location, jint v0) { in android_glProgramUniform1i__III() [all …]
|
/frameworks/av/cmds/screenrecord/ |
D | Program.cpp | 77 GLuint program; in setup() local 127 GLuint program; in createProgram() local 170 GLuint program = glCreateProgram(); in linkShaderProgram() local
|
/frameworks/base/libs/hwui/tests/unit/ |
D | ShaderCacheTests.cpp | 89 inline bool checkShader(const sk_sp<SkData>& shader, const char* program) { in checkShader() 95 bool checkShader(const sk_sp<SkData>& shader, std::vector<T>& program) { in checkShader() 100 void setShader(sk_sp<SkData>& shader, const char* program) { in setShader()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | ProgramVariable.java | 28 public ProgramVariable(Program program, String varName) { in ProgramVariable()
|
D | ProgramPort.java | 49 Program program = (Program)fieldValue; in transfer() local
|
/frameworks/native/cmds/installd/ |
D | otapreopt_utils.cpp | 39 const char* program = arg_vector[0].c_str(); in Exec() local
|