Searched refs:IsProgram (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 | 71 ANGLE_EXPORT GLboolean GL_APIENTRY IsProgram(GLuint program);
|
D | entry_points_gl_2_0_autogen.cpp | 684 GLboolean GL_APIENTRY IsProgram(GLuint program) in IsProgram() function 701 returnValue = GetDefaultReturnValue<EntryPoint::IsProgram, GLboolean>(); in IsProgram() 703 ANGLE_CAPTURE(IsProgram, isCallValid, context, programPacked, returnValue); in IsProgram() 707 returnValue = GetDefaultReturnValue<EntryPoint::IsProgram, GLboolean>(); in IsProgram()
|
D | proc_table_wgl_autogen.cpp | 493 {"glIsProgram", P(gl::IsProgram)},
|
D | libGL_autogen.cpp | 2654 return gl::IsProgram(program); in glIsProgram()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.h | 186 ANGLE_EXPORT GLboolean GL_APIENTRY IsProgram(GLuint program);
|
D | entry_points_gles_2_0_autogen.cpp | 1948 GLboolean GL_APIENTRY IsProgram(GLuint program) in IsProgram() function 1965 returnValue = GetDefaultReturnValue<EntryPoint::IsProgram, GLboolean>(); in IsProgram() 1967 ANGLE_CAPTURE(IsProgram, isCallValid, context, programPacked, returnValue); in IsProgram() 1971 returnValue = GetDefaultReturnValue<EntryPoint::IsProgram, GLboolean>(); in IsProgram()
|
D | proc_table_egl_autogen.cpp | 943 {"glIsProgram", P(gl::IsProgram)},
|
D | entry_points_gles_ext_autogen.cpp | 16389 returnValue = GetDefaultReturnValue<EntryPoint::IsProgram, GLboolean>(); in IsProgramContextANGLE() 16391 ANGLE_CAPTURE(IsProgram, isCallValid, context, programPacked, returnValue); in IsProgramContextANGLE() 16395 returnValue = GetDefaultReturnValue<EntryPoint::IsProgram, GLboolean>(); in IsProgramContextANGLE()
|
D | libGLESv2_autogen.cpp | 514 return gl::IsProgram(program); in glIsProgram()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | entry_points_enum_autogen.h | 673 IsProgram, enumerator
|
D | entry_points_enum_autogen.cpp | 1331 case EntryPoint::IsProgram: in GetEntryPointName()
|
D | capture_gles_2_0_autogen.cpp | 1474 return CallCapture(gl::EntryPoint::IsProgram, std::move(paramBuffer)); in CaptureIsProgram()
|
D | frame_capture_replay_autogen.cpp | 1740 case gl::EntryPoint::IsProgram: in ReplayCall()
|
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/ |
D | gl_mangle.h | 966 #define glIsProgram MANGLE(IsProgram)
|