Searched refs:resourceID (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/glx/ |
D | glx_error.c | 38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, in __glXSendError() argument 58 error.resourceID = resourceID; in __glXSendError() 77 error.resourceID = err->resource_id; in __glXSendErrorForXcb()
|
D | glx_error.h | 43 uint_fast32_t resourceID, uint_fast16_t minorCode,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | FrameCapture.h | 535 void handleGennedResource(ResourceType resourceID) in handleGennedResource() argument 541 tracker.setGennedResource(resourceID.value); in handleGennedResource() 546 bool resourceIsGenerated(ResourceType resourceID) in resourceIsGenerated() argument 550 return tracker.resourceIsGenerated(resourceID.value); in resourceIsGenerated() 554 void handleDeletedResource(ResourceType resourceID) in handleDeletedResource() argument 560 tracker.setDeletedResource(resourceID.value); in handleDeletedResource()
|
D | FrameCapture.cpp | 858 for (ResourceIDType resourceID : AllEnums<ResourceIDType>()) in WriteInitReplayCall() 860 const char *name = GetResourceIDTypeName(resourceID); in WriteInitReplayCall() 861 out << " uint32_t kMax" << name << " = " << maxIDs[resourceID] << ";\n"; in WriteInitReplayCall() 868 for (ResourceIDType resourceID : AllEnums<ResourceIDType>()) in WriteInitReplayCall() 870 out << ", kMax" << GetResourceIDTypeName(resourceID); in WriteInitReplayCall() 1685 GLuint resourceID = attachment.getResource()->getId(); in CaptureFramebufferAttachment() local 1694 index.getTarget(), {resourceID}, index.getLevelIndex())); in CaptureFramebufferAttachment() 1701 GL_RENDERBUFFER, {resourceID})); in CaptureFramebufferAttachment()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.h | 179 void setDiagnosticInfo(CommandGraphResourceType resourceType, uintptr_t resourceID); 511 uintptr_t resourceID);
|
D | CommandGraph.cpp | 712 uintptr_t resourceID) in setDiagnosticInfo() argument 715 mResourceID = resourceID; in setDiagnosticInfo() 818 uintptr_t resourceID) in allocateBarrierNode() argument 821 newNode->setDiagnosticInfo(resourceType, resourceID); in allocateBarrierNode()
|
/third_party/mesa3d/src/glx/tests/ |
D | create_context_unittest.cpp | 125 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, in __glXSendError() argument
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 208 void GrGLGpu::TextureUnitBindings::setBoundID(GrGLenum target, GrGpuResource::UniqueID resourceID) { in setBoundID() argument 210 fTargetBindings[targetIndex].fBoundResourceID = resourceID; in setBoundID()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 157 void GrGLGpu::TextureUnitBindings::setBoundID(GrGLenum target, GrGpuResource::UniqueID resourceID) { in setBoundID() argument 159 fTargetBindings[targetIndex].fBoundResourceID = resourceID; in setBoundID()
|