Home
last modified time | relevance | path

Searched refs:CLCompileProgram (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/common/
Dentry_points_enum_autogen.h21 CLCompileProgram, enumerator
Dentry_points_enum_autogen.cpp27 case EntryPoint::CLCompileProgram: in GetEntryPointName()
/external/angle/src/libANGLE/capture/
DFrameCaptureCL.cpp1120 case EntryPoint::CLCompileProgram: in removeCLProgramOccurrences()
1122 uint8_t programIndex = call->entryPoint == EntryPoint::CLCompileProgram ? 1 : 0; in removeCLProgramOccurrences()
1900 case EntryPoint::CLCompileProgram: in maybeCapturePostCallUpdatesCL()
Dcapture_cl_autogen.cpp4626 return CallCapture(angle::EntryPoint::CLCompileProgram, std::move(paramBuffer)); in CaptureCompileProgram()