/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/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 | 94 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram()
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 94 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram()
|
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/ |
D | GL2JavaView.java | 134 Log.e(TAG, GLES20.glGetProgramInfoLog(program)); in createProgram()
|
/frameworks/av/media/libstagefright/renderfright/gl/ |
D | Program.cpp | 52 glGetProgramInfoLog(programId, infoLen, 0, &log[0]); in Program()
|
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 114 glGetProgramInfoLog;
|
D | libGLESv3.map.txt | 183 glGetProgramInfoLog;
|
/frameworks/native/libs/renderengine/gl/ |
D | Program.cpp | 52 glGetProgramInfoLog(programId, infoLen, 0, &log[0]); in Program()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 65 // glGetProgramInfoLog
|
/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/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/services/surfaceflinger/tests/ |
D | BufferGenerator.cpp | 250 glGetProgramInfoLog(mProgram, length, nullptr, &log[0]); in initialize()
|
/frameworks/rs/driver/ |
D | rsdShaderCache.cpp | 165 glGetProgramInfoLog(pgm, bufLength, nullptr, buf); in link()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 137 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/libs/gui/tests/ |
D | GLTest.cpp | 325 glGetProgramInfoLog(program, bufLength, nullptr, buf); in createProgram()
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 378 glGetProgramInfoLog(program, bufLength, nullptr, buf); in linkShaderProgram()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 128 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram()
|