Searched refs:glGetProgramInfoLog (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetProgramInfoLog.java1 // C function void glGetProgramInfoLog( GLuint program, GLsizei maxLength, GLsizei * length,
4 public static native String glGetProgramInfoLog( method
H A DglGetProgramInfoLog.cpp3 /* void glGetProgramInfoLog ( GLuint shader, GLsizei maxLength, GLsizei* length, GLchar* infoLog ) */
15 glGetProgramInfoLog(shader, infoLen, NULL, buf);
/frameworks/base/libs/hwui/
H A DProgram.cpp67 glGetProgramInfoLog(mProgramId, infoLen, 0, &log[0]);
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java134 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp89 glGetProgramInfoLog(program, bufLength, NULL, buf);
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp89 glGetProgramInfoLog(program, bufLength, NULL, buf);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgram.cpp47 glGetProgramInfoLog(programId, infoLen, 0, &log[0]);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec60 // glGetProgramInfoLog
H A DGLES20.spec67 void glGetProgramInfoLog ( GLuint program, GLsizei bufsize, GLsizei *length, char *infolog )
/frameworks/av/cmds/screenrecord/
H A DProgram.cpp188 glGetProgramInfoLog(program, bufLength, NULL, buf);
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java208 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java303 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
H A DGLTextureViewActivity.java300 String error = glGetProgramInfoLog(program);
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp323 glGetProgramInfoLog(program, bufLength, NULL, buf);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp128 glGetProgramInfoLog(program, bufLength, NULL, buf);
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp96 glGetProgramInfoLog(program, bufLength, NULL, buf);
/frameworks/rs/driver/
H A DrsdShaderCache.cpp162 glGetProgramInfoLog(pgm, bufLength, NULL, buf);
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java273 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp393 glGetProgramInfoLog(program, bufLength, NULL, buf);
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java420 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp128 glGetProgramInfoLog(program, bufLength, NULL, buf);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp144 glGetProgramInfoLog(program, bufLength, NULL, buf);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto207 glGetProgramInfoLog = 181;
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java243 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java640 Log.e(TAG, GLES20.glGetProgramInfoLog(program));

Completed in 305 milliseconds

12