/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetShaderSource.java | 5 int bufsize, in glGetShaderSource() 17 int bufsize, in glGetShaderSource()
|
D | glGetTransformFeedbackVarying.java | 6 int bufsize, in glGetTransformFeedbackVarying() 22 int bufsize, in glGetTransformFeedbackVarying()
|
D | glGetActiveAttrib.java | 6 int bufsize, in glGetActiveAttrib() 23 int bufsize, in glGetActiveAttrib()
|
D | glGetActiveUniform.java | 6 int bufsize, in glGetActiveUniform() 23 int bufsize, in glGetActiveUniform()
|
D | glGetShaderSource.cpp | 4 …(JNIEnv *_env, jobject _this, jint shader, jint bufsize, jintArray length_ref, jint lengthOffset, … in android_glGetShaderSource__II_3II_3BI() 73 (JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) { in android_glGetShaderSource__IILjava_nio_IntBuffer_2B()
|
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() 124 …(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()
|
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() 124 …(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()
|
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() 124 …(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()
|
/frameworks/base/tools/aapt/ |
D | printapk.cpp | 36 int bufsize; in main() local
|
/frameworks/native/libs/gui/ |
D | BitTube.cpp | 44 BitTube::BitTube(size_t bufsize) in BitTube()
|
/frameworks/base/libs/androidfw/ |
D | BackupHelpers.cpp | 220 const int bufsize = 4*1024; in write_update_file() local 315 const int bufsize = 4*1024; in compute_crc32() local
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 813 int bufsize, in glGetActiveAttrib() 830 int bufsize, in glGetActiveAttrib() 861 int bufsize, in glGetActiveUniform() 878 int bufsize, in glGetActiveUniform() 1103 int bufsize, in glGetShaderSource() 1115 int bufsize, in glGetShaderSource()
|
D | GLES30.java | 880 int bufsize, in glGetTransformFeedbackVarying() 896 int bufsize, in glGetTransformFeedbackVarying()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 1651 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 1771 …(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() 1979 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetActiveUniform__III_3II_3II_3II_3BI() 2099 …(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() 3131 …(JNIEnv *_env, jobject _this, jint shader, jint bufsize, jintArray length_ref, jint lengthOffset, … in android_glGetShaderSource__II_3II_3BI() 3200 (JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) { in android_glGetShaderSource__IILjava_nio_IntBuffer_2B()
|
D | android_opengl_GLES30.cpp | 1778 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 1898 …(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()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.cpp | 15746 void GLTrace_glGetTranslatedShaderSourceANGLE(GLuint shader, GLsizei bufsize, GLsizei * length, GLc… in GLTrace_glGetTranslatedShaderSourceANGLE()
|