Home
last modified time | relevance | path

Searched refs:getFrameCaptureShared (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/libANGLE/capture/
Dcapture_cl_params.cpp24 cl::Platform::GetDefault()->getFrameCaptureShared()->setCLPlatformIndices(platforms, in CaptureGetPlatformIDs_platforms()
75 cl::Platform::GetDefault()->getFrameCaptureShared()->setCLDeviceIndices(devices, in CaptureGetDeviceIDs_devices()
77 cl::Platform::GetDefault()->getFrameCaptureShared()->setCLObjVectorMap( in CaptureGetDeviceIDs_devices()
154 cl::Platform::GetDefault()->getFrameCaptureShared()->setCLObjVectorMap( in CaptureCreateContext_devices()
513 cl::Platform::GetDefault()->getFrameCaptureShared()->setCLObjVectorMap( in CaptureCreateProgramWithBinary_device_list()
595 cl::Platform::GetDefault()->getFrameCaptureShared()->setCLObjVectorMap( in CaptureBuildProgram_device_list()
725 cl::Platform::GetDefault()->getFrameCaptureShared()->setIndex(&kernels[i]); in CaptureCreateKernelsInProgram_kernels()
727 cl::Platform::GetDefault()->getFrameCaptureShared()->setCLObjVectorMap( in CaptureCreateKernelsInProgram_kernels()
750 if (arg_size == sizeof(cl_mem) && cl::Platform::GetDefault()->getFrameCaptureShared()->getIndex( in CaptureSetKernelArg_arg_value()
757 cl::Platform::GetDefault()->getFrameCaptureShared()->getIndex( in CaptureSetKernelArg_arg_value()
[all …]
DFrameCaptureCL.cpp87 << cl::Platform::GetDefault()->getFrameCaptureShared()->getIndex( in WriteCppReplayForCallCL()
93 << cl::Platform::GetDefault()->getFrameCaptureShared()->getIndex( in WriteCppReplayForCallCL()
99 << cl::Platform::GetDefault()->getFrameCaptureShared()->getIndex( in WriteCppReplayForCallCL()
105 << cl::Platform::GetDefault()->getFrameCaptureShared()->getIndex( in WriteCppReplayForCallCL()
111 << cl::Platform::GetDefault()->getFrameCaptureShared()->getIndex( in WriteCppReplayForCallCL()
117 << cl::Platform::GetDefault()->getFrameCaptureShared()->getIndex( in WriteCppReplayForCallCL()
123 << cl::Platform::GetDefault()->getFrameCaptureShared()->getIndex( in WriteCppReplayForCallCL()
128 if (cl::Platform::GetDefault()->getFrameCaptureShared()->getCLVoidIndex( in WriteCppReplayForCallCL()
132 << cl::Platform::GetDefault()->getFrameCaptureShared()->getCLVoidIndex( in WriteCppReplayForCallCL()
169 << cl::Platform::GetDefault()->getFrameCaptureShared()->getIndex( in WriteCppReplayForCallCL()
[all …]
DFrameCapture.h1145 FrameCaptureShared *frameCaptureShared = context->getShareGroup()->getFrameCaptureShared(); in CaptureGLCallToFrameCapture()
1204 context->getShareGroup()->getFrameCaptureShared(); in CaptureEGLCallToFrameCapture()
1224 cl::Platform::GetDefault()->getFrameCaptureShared(); in CaptureCLCallToFrameCapture()
DFrameCapture.cpp1005 FrameCaptureShared *frameCaptureShared = context->getShareGroup()->getFrameCaptureShared(); in ProgramNeedsReset()
3149 context->getShareGroup()->getFrameCaptureShared()->getProgramSources(id); in GenerateLinkedProgram()
3555 FrameCaptureShared *frameCaptureShared = context->getShareGroup()->getFrameCaptureShared(); in CaptureShareGroupMidExecutionSetup()
4187 context->getShareGroup()->getFrameCaptureShared()->getProgramSources(id); in CaptureShareGroupMidExecutionSetup()
4274 context->getShareGroup()->getFrameCaptureShared()->getShaderSource(id); in CaptureShareGroupMidExecutionSetup()
6999 context->getShareGroup()->getFrameCaptureShared(); in maybeCapturePreCallUpdates()
7196 context->getShareGroup()->getFrameCaptureShared(); in maybeCapturePreCallUpdates()
7433 context->getShareGroup()->getFrameCaptureShared(); in maybeCapturePreCallUpdates()
7445 context->getShareGroup()->getFrameCaptureShared(); in maybeCapturePreCallUpdates()
7459 context->getShareGroup()->getFrameCaptureShared(); in maybeCapturePreCallUpdates()
[all …]
/external/angle/src/libANGLE/
DShareGroup.h77 angle::FrameCaptureShared *getFrameCaptureShared() { return mFrameCaptureShared.get(); } in getFrameCaptureShared() function
DCLPlatform.h82 angle::FrameCaptureShared *getFrameCaptureShared();
DMemoryProgramCache.cpp104 hashStream.writeBool(context->getShareGroup()->getFrameCaptureShared()->enabled()); in ComputeHash()
DCLPlatform.cpp310 angle::FrameCaptureShared *Platform::getFrameCaptureShared() in getFrameCaptureShared() function in cl::Platform
DProgram.cpp2197 if (context->getShareGroup()->getFrameCaptureShared()->enabled()) in serialize()
2212 context->getShareGroup()->getFrameCaptureShared()->getProgramSources(id()); in serialize()
2308 if (context->getShareGroup()->getFrameCaptureShared()->enabled()) in deserialize()
2320 context->getShareGroup()->getFrameCaptureShared()->setProgramSources(id(), in deserialize()
DContext.cpp914 getShareGroup()->getFrameCaptureShared()->onDestroyContext(this); in onDestroy()
1051 getShareGroup()->getFrameCaptureShared()->onMakeCurrent(this, drawSurface); in makeCurrent()
4290 if (getShareGroup()->getFrameCaptureShared()->enabled() || in initCaps()
4294 << (getShareGroup()->getFrameCaptureShared()->enabled() in initCaps()
4413 getShareGroup()->getFrameCaptureShared()->determineMemoryProtectionSupport(this); in initCaps()
5900 angle::FrameCaptureShared *frameCaptureShared = getShareGroup()->getFrameCaptureShared(); in mapBufferRange()
9148 !getShareGroup()->getFrameCaptureShared()->enabled()) in postCompileLinkTask()
9419 getShareGroup()->getFrameCaptureShared()->onEndFrame(this); in onPreSwap()