Home
last modified time | relevance | path

Searched refs:glGetProgramInfoLog (Results 1 – 25 of 156) sorted by relevance

1234567

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DGlShader.java77 GLES20.glGetProgramInfoLog(program)); in GlShader()
78 throw new RuntimeException(GLES20.glGetProgramInfoLog(program)); in GlShader()
/external/deqp/framework/egl/
DegluStaticES20Library.inl70 { "glGetProgramInfoLog", (deFunctionPtr)glGetProgramInfoLog },
DegluStaticES30Library.inl116 { "glGetProgramInfoLog", (deFunctionPtr)glGetProgramInfoLog },
DegluStaticES31Library.inl131 { "glGetProgramInfoLog", (deFunctionPtr)glGetProgramInfoLog },
DegluStaticES32Library.inl152 { "glGetProgramInfoLog", (deFunctionPtr)glGetProgramInfoLog },
/external/skia/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp75 M(glGetProgramInfoLog) in egl_get_gl_proc()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTBackground.cpp169 glGetProgramInfoLog(m_pAPI->m_ui32ProgramObject, i32InfoLogLength, &i32CharsWritten, pszInfoLog); in Init()
DPVRTShader.cpp265 glGetProgramInfoLog(*pProgramObject, i32InfoLogLength, &i32CharsWritten, pszInfoLog); in PVRTCreateProgram()
/external/skqp/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp75 M(glGetProgramInfoLog) in egl_get_gl_proc()
/external/deqp/modules/gles2/functional/
Des2fNegativeStateApiTests.cpp298 glGetProgramInfoLog (-1, 1, &length[0], &infoLog[0]); in init()
303 glGetProgramInfoLog (shader, 1, &length[0], &infoLog[0]); in init()
308 glGetProgramInfoLog (program, -1, &length[0], &infoLog[0]); in init()
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def67 glGetProgramInfoLog @66
DlibGLESv2.lds68 glGetProgramInfoLog;
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Damdgcn_glslc.c284 glGetProgramInfoLog(prog, sizeof(log), &length, log); in main()
/external/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt149 glGetProgramInfoLog
/external/OpenCL-CTS/test_conformance/gles/
Dtest_fence_sync.cpp192 glGetProgramInfoLog(program, logLength, &logLength, log); in createShaderProgram()
208 glGetProgramInfoLog(program, logLength, &logLength, log); in createShaderProgram()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_program.cc50 glGetProgramInfoLog(program_id, info_size + 1, nullptr, &errors[0]); in CheckProgramLinked()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_fence_sync.cpp196 glGetProgramInfoLog(program, logLength, &logLength, log); in createShaderProgram()
443 glGetProgramInfoLog(shaderprogram, logLength, &logLength, log); in test_fence_sync_single()
/external/angle/util/
Dshader_utils.cpp149 glGetProgramInfoLog(program, static_cast<GLsizei>(infoLog.size()), nullptr, in CheckLinkStatusAndReturnProgram()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl70 gl->getProgramInfoLog = &glGetProgramInfoLog;
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp432 glGetProgramInfoLog(uiProgramObject, i32InfoLogLength, &i32CharsWritten, pszInfoLog); in WinMain()
DOGLES2HelloAPI_LinuxX11.cpp553 glGetProgramInfoLog(shaderProgram, infoLogLength, &charactersWritten, infoLog); in InitialiseShaders()
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderImageSizeTests.cpp237 glGetProgramInfoLog(program, length, NULL, &log[0]); in CheckProgram()
275 glGetProgramInfoLog(program, sizeof(log), &length, log); in LinkProgram()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DGlUtil.java295 throwGlError("Unable to link shader program: \n" + GLES20.glGetProgramInfoLog(program)); in compileProgram()
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_opengles20.cc295 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram()
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.cc102 glGetProgramInfoLog(program, buf_length, nullptr, buf); in CreateProgram()

1234567