HomeSort by relevance Sort by last modified time
    Searched refs:glGetProgramInfoLog (Results 51 - 75 of 206) sorted by null

1 23 4 5 6 7 8 9

  /frameworks/native/libs/gui/tests/
GLTest.cpp 323 glGetProgramInfoLog(program, bufLength, NULL, buf);
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 128 glGetProgramInfoLog(program, bufLength, NULL, buf);
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 96 glGetProgramInfoLog(program, bufLength, NULL, buf);
  /frameworks/rs/driver/
rsdShaderCache.cpp 162 glGetProgramInfoLog(pgm, bufLength, NULL, buf);
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 273 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 250 String error = glGetProgramInfoLog(program);
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 218 glGetProgramInfoLog(programObject, infoLen, NULL, infoLog);
  /external/deqp/modules/gles2/functional/
es2fNegativeStateApiTests.cpp 290 ES2F_ADD_API_CASE(get_program_info_log, "Invalid glGetProgramInfoLog() usage",
298 glGetProgramInfoLog (-1, 1, &length[0], &infoLog[0]);
303 glGetProgramInfoLog (shader, 1, &length[0], &infoLog[0]);
308 glGetProgramInfoLog (program, -1, &length[0], &infoLog[0]);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 76 glGetProgramInfoLog_client_proc_t glGetProgramInfoLog;
285 virtual glGetProgramInfoLog_client_proc_t set_glGetProgramInfoLog(glGetProgramInfoLog_client_proc_t f) { glGetProgramInfoLog_client_proc_t retval = glGetProgramInfoLog; glGetProgramInfoLog = f; return retval;}
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp 332 ES3F_ADD_API_CASE(get_program_info_log, "Invalid glGetProgramInfoLog() usage",
340 glGetProgramInfoLog (-1, 1, &length[0], &infoLog[0]);
345 glGetProgramInfoLog (shader, 1, &length[0], &infoLog[0]);
350 glGetProgramInfoLog (program, -1, &length[0], &infoLog[0]);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 344 ctx.glGetProgramInfoLog (-1, 1, &length[0], &infoLog[0]);
349 ctx.glGetProgramInfoLog (shader, 1, &length[0], &infoLog[0]);
354 ctx.glGetProgramInfoLog (program, -1, &length[0], &infoLog[0]);
    [all...]
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureSurfaceView.java 405 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 338 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java 424 GLES20.glGetProgramInfoLog(program));
  /external/eigen/unsupported/test/
openglsupport.cpp 65 glGetProgramInfoLog(objectID, infologLength, &charsWritten, infoLog);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 300 String error = glGetProgramInfoLog(program);
  /frameworks/native/cmds/flatland/
GLHelper.cpp 393 glGetProgramInfoLog(program, bufLength, NULL, buf);
  /frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 420 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 128 glGetProgramInfoLog(program, bufLength, NULL, buf);
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 144 glGetProgramInfoLog(program, bufLength, NULL, buf);
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 69 gl->getProgramInfoLog = &glGetProgramInfoLog;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 207 glGetProgramInfoLog = 181;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 67 void glGetProgramInfoLog ( GLuint program, GLsizei bufsize, GLsizei *length, char *infolog )
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 204 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 640 Log.e(TAG, GLES20.glGetProgramInfoLog(program));

Completed in 1471 milliseconds

1 23 4 5 6 7 8 9