Searched refs:GetProgramInfoLog (Results 1 – 14 of 14) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_2_0_autogen.h | 50 ANGLE_EXPORT void GL_APIENTRY GetProgramInfoLog(GLuint program,
|
D | entry_points_gl_2_0_autogen.cpp | 406 void GL_APIENTRY GetProgramInfoLog(GLuint program, in GetProgramInfoLog() function 429 ANGLE_CAPTURE(GetProgramInfoLog, isCallValid, context, programPacked, bufSize, length, in GetProgramInfoLog()
|
D | proc_table_wgl_autogen.cpp | 370 {"glGetProgramInfoLog", P(gl::GetProgramInfoLog)},
|
D | libGL_autogen.cpp | 2591 return gl::GetProgramInfoLog(program, bufSize, length, infoLog); in glGetProgramInfoLog()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.h | 152 ANGLE_EXPORT void GL_APIENTRY GetProgramInfoLog(GLuint program,
|
D | entry_points_gles_2_0_autogen.cpp | 1465 void GL_APIENTRY GetProgramInfoLog(GLuint program, in GetProgramInfoLog() function 1488 ANGLE_CAPTURE(GetProgramInfoLog, isCallValid, context, programPacked, bufSize, length, in GetProgramInfoLog()
|
D | proc_table_egl_autogen.cpp | 698 {"glGetProgramInfoLog", P(gl::GetProgramInfoLog)},
|
D | libGLESv2_autogen.cpp | 408 return gl::GetProgramInfoLog(program, bufSize, length, infoLog); in glGetProgramInfoLog()
|
D | entry_points_gles_ext_autogen.cpp | 14039 ANGLE_CAPTURE(GetProgramInfoLog, isCallValid, context, programPacked, bufSize, length, in GetProgramInfoLogContextANGLE()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | entry_points_enum_autogen.h | 482 GetProgramInfoLog, enumerator
|
D | entry_points_enum_autogen.cpp | 949 case EntryPoint::GetProgramInfoLog: in GetEntryPointName()
|
D | capture_gles_2_0_autogen.cpp | 1083 return CallCapture(gl::EntryPoint::GetProgramInfoLog, std::move(paramBuffer)); in CaptureGetProgramInfoLog()
|
D | frame_capture_replay_autogen.cpp | 1255 case gl::EntryPoint::GetProgramInfoLog: in ReplayCall()
|
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/ |
D | gl_mangle.h | 779 #define glGetProgramInfoLog MANGLE(GetProgramInfoLog)
|