Home
last modified time | relevance | path

Searched refs:GLDeleteProgram (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h455 GLDeleteProgram, enumerator
Dentry_points_enum_autogen.cpp895 case EntryPoint::GLDeleteProgram: in GetEntryPointName()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp200 EVENT(context, GLDeleteProgram, "context = %d, program = %u", CID(context), program); in GL_DeleteProgram()
208 ValidateDeleteProgram(context, angle::EntryPoint::GLDeleteProgram, programPacked)); in GL_DeleteProgram()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp858 EVENT(context, GLDeleteProgram, "context = %d, program = %u", CID(context), program); in GL_DeleteProgram()
866 ValidateDeleteProgram(context, angle::EntryPoint::GLDeleteProgram, programPacked)); in GL_DeleteProgram()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp5117 case EntryPoint::GLDeleteProgram: in maybeCapturePreCallUpdates()
5522 case EntryPoint::GLDeleteProgram: in maybeCapturePostCallUpdates()
Dcapture_gles_2_0_autogen.cpp590 return CallCapture(angle::EntryPoint::GLDeleteProgram, std::move(paramBuffer)); in CaptureDeleteProgram()
Dframe_capture_replay_autogen.cpp581 case angle::EntryPoint::GLDeleteProgram: in ReplayCall()