/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetProgramInfoLog.java | 4 public static native String glGetProgramInfoLog( in glGetProgramInfoLog() method
|
D | glGetProgramInfoLog.nativeReg | 1 {"glGetProgramInfoLog", "(I)Ljava/lang/String;", (void *) android_glGetProgramInfoLog },
|
D | glGetProgramInfoLog.cpp | 15 glGetProgramInfoLog(shader, infoLen, NULL, buf); in android_glGetProgramInfoLog()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | Program.cpp | 47 glGetProgramInfoLog(programId, infoLen, 0, &log[0]); in Program()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
D | ImageFlipRenderThread.java | 71 import static android.opengl.GLES20.glGetProgramInfoLog; 253 String error = glGetProgramInfoLog(program); in buildProgram()
|
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 89 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram()
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 89 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram()
|
/frameworks/base/libs/hwui/ |
D | Program.cpp | 64 glGetProgramInfoLog(mProgramId, infoLen, nullptr, &log[0]); in Program()
|
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/ |
D | GL2JavaView.java | 134 Log.e(TAG, GLES20.glGetProgramInfoLog(program)); in createProgram()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 65 // glGetProgramInfoLog
|
D | GLES20.spec | 67 void glGetProgramInfoLog ( GLuint program, GLsizei bufsize, GLsizei *length, char *infolog )
|
/frameworks/av/cmds/screenrecord/ |
D | Program.cpp | 188 glGetProgramInfoLog(program, bufLength, NULL, buf); in linkShaderProgram()
|
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/ |
D | TestLatencyView.java | 208 Log.e(TAG, GLES20.glGetProgramInfoLog(program)); in createProgram()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | fill_common.cpp | 96 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram()
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
D | MyGLSurfaceView.java | 273 Log.e(TAG, GLES20.glGetProgramInfoLog(program)); in createProgram()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 128 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram()
|
/frameworks/rs/driver/ |
D | rsdShaderCache.cpp | 169 glGetProgramInfoLog(pgm, bufLength, nullptr, buf); in link()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GLDepthTestActivity.java | 303 Log.e(TAG, GLES20.glGetProgramInfoLog(program)); in createProgram()
|
D | GLTextureViewActivity.java | 300 String error = glGetProgramInfoLog(program); in buildProgram()
|
/frameworks/native/libs/gui/tests/ |
D | GLTest.cpp | 323 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram()
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 144 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 128 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram()
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 393 glGetProgramInfoLog(program, bufLength, NULL, buf); in linkShaderProgram()
|
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
D | GL2CameraEye.java | 420 Log.e(TAG, GLES20.glGetProgramInfoLog(program)); in createProgram()
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
D | VideoDumpView.java | 640 Log.e(TAG, GLES20.glGetProgramInfoLog(program)); in createProgram()
|