Home
last modified time | relevance | path

Searched refs:GetProgramInfoLog (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/ganesh/gl/builders/
DGrGLShaderStringBuilder.cpp109 GR_GL_CALL(gli, GetProgramInfoLog(programID, infoLen+1, &length, (char*)log.get())); in GrGLCheckLinkStatus()
/external/rust/android-crates-io/crates/gl/examples/
Dtriangle.rs96 gl::GetProgramInfoLog( in link_program()
/external/skia/src/gpu/ganesh/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp90 GET_PROC(GetProgramInfoLog); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLInterfaceAutogen.cpp105 GET_PROC(GetProgramInfoLog); in GrGLMakeAssembledGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp102 GET_PROC(GetProgramInfoLog); in GrGLMakeAssembledGLESInterface()
/external/rust/android-crates-io/crates/khronos-egl/examples/
Dwayland-static.rs331 gl::GetProgramInfoLog( in check_shader_status()
Dwayland-dynamic.rs341 gl::GetProgramInfoLog( in check_shader_status()
/external/skia/tools/gpu/gl/interface/
Dinterface.json535 "GetFloatv", "GetIntegerv", "GetProgramInfoLog",
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp978 { "glGetProgramInfoLog", _O(GetProgramInfoLog) },
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp1964 ANGLE_CAPTURE_GL(GetProgramInfoLog, isCallValid, context, programPacked, bufSize, length, in GL_GetProgramInfoLog()
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs2075GetProgramInfoLog(program: types::GLuint, bufSize: types::GLsizei, length: *mut types::GLsizei, in… in GetProgramInfoLog() function
4190 pub static mut GetProgramInfoLog: FnPtr = FnPtr { variable
10985 pub mod GetProgramInfoLog { module
10993 unsafe { storage::GetProgramInfoLog.is_loaded } in is_loaded()
10999 … storage::GetProgramInfoLog = FnPtr::new(metaloadfn(&mut loadfn, "glGetProgramInfoLog", &[])) in load_with()
20874 GetProgramInfoLog::load_with(&mut *loadfn); in load_with()