| /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() 21 int program, in glGetActiveAttrib() 33 int program, in glGetActiveAttrib() 44 int program, in glGetActiveAttrib()
|
| D | glGetActiveUniform.java | 4 int program, in glGetActiveUniform() 21 int program, in glGetActiveUniform() 32 int program, in glGetActiveUniform() 43 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 | glGetProgramResourceName.cpp | 4 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index) { in android_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 | 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()
|
| /frameworks/base/libs/hwui/tests/unit/ |
| D | ShaderCacheTests.cpp | 78 bool checkShader(const sk_sp<SkData>& shader, const char* program) { in checkShader() 84 bool checkShader(const sk_sp<SkData>& shader, std::vector<char>& program) { in checkShader() 90 void setShader(sk_sp<SkData>& shader, const char* program) { in setShader() 94 void setShader(sk_sp<SkData>& shader, std::vector<char>& program) { in setShader()
|
| /frameworks/support/persistence/db/src/test/java/androidx/sqlite/db/ |
| D | SimpleSQLiteQueryTestTest.java | 41 SupportSQLiteProgram program = Mockito.mock(SupportSQLiteProgram.class); in bindTo_noArgs() local 51 SupportSQLiteProgram program = Mockito.mock(SupportSQLiteProgram.class); in bindTo_withArgs() local
|
| /frameworks/base/core/jni/ |
| D | android_opengl_GLES31.cpp | 599 …(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint pname, jintArray params_re… in android_glGetProgramInterfaceiv__III_3II() 644 …(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint pname, jobject params_buf)… in android_glGetProgramInterfaceiv__IIILjava_nio_IntBuffer_2() 683 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jstring name) { in android_glGetProgramResourceIndex__IILjava_lang_String_2() 718 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index) { in android_glGetProgramResourceName() 726 …(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index, jint propCount, jin… in android_glGetProgramResourceiv__IIII_3III_3II_3II() 819 …(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() 894 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jstring name) { in android_glGetProgramResourceLocation__IILjava_lang_String_2() 929 (JNIEnv *_env, jobject _this, jint pipeline, jint stages, jint program) { in android_glUseProgramStages__III() 940 (JNIEnv *_env, jobject _this, jint pipeline, jint program) { in android_glActiveShaderProgram__II() 1280 (JNIEnv *_env, jobject _this, jint program, jint location, jint v0) { in android_glProgramUniform1i__III() [all …]
|
| /frameworks/native/services/surfaceflinger/RenderEngine/ |
| D | ProgramCache.cpp | 99 Program* program = mCache.valueFor(shaderKey); in primeCache() local 118 Program* program = mCache.valueFor(shaderKey); in primeCache() local 662 Program* program = new Program(needs, vs.string(), fs.string()); in generateProgram() local 671 Program* program = mCache.valueFor(needs); in useProgram() local
|
| /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/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/ |
| D | PreviewChannelHelper.java | 364 public long publishPreviewProgram(@NonNull PreviewProgram program) { in publishPreviewProgram() 382 PreviewProgram program = null; in getPreviewProgram() local 427 public long publishWatchNextProgram(@NonNull WatchNextProgram program) { in publishWatchNextProgram() 443 WatchNextProgram program = null; in getWatchNextProgram() local
|
| /frameworks/base/tests/net/java/android/net/apf/ |
| D | ApfTest.java | 129 private void assertVerdict(int expected, byte[] program, byte[] packet, int filterAge) { in assertVerdict() 133 private void assertVerdict(int expected, byte[] program, byte[] packet) { in assertVerdict() 137 private void assertPass(byte[] program, byte[] packet, int filterAge) { in assertPass() 141 private void assertPass(byte[] program, byte[] packet) { in assertPass() 145 private void assertDrop(byte[] program, byte[] packet, int filterAge) { in assertDrop() 149 private void assertDrop(byte[] program, byte[] packet) { in assertDrop() 153 private void assertProgramEquals(byte[] expected, byte[] program) throws AssertionError { in assertProgramEquals() 163 int expected, byte[] program, byte[] packet, byte[] data, byte[] expected_data) in assertDataMemoryContents() 1313 private void verifyArpFilter(byte[] program, int filterResult) { in verifyArpFilter() 1379 private void verifyRaLifetime(byte[] program, ByteBuffer packet, int lifetime) { in verifyRaLifetime() [all …]
|