Searched refs:CaptureGenHandles (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | capture_gles_3_0_params.cpp | 169 CaptureGenHandles(n, ids, paramCapture); in CaptureGenQueries_idsPacked() 178 CaptureGenHandles(count, samplers, paramCapture); in CaptureGenSamplers_samplersPacked() 187 CaptureGenHandles(n, ids, paramCapture); in CaptureGenTransformFeedbacks_idsPacked() 196 CaptureGenHandles(n, arrays, paramCapture); in CaptureGenVertexArrays_arraysPacked()
|
D | capture_gles_2_0_params.cpp | 160 CaptureGenHandles(n, buffers, paramCapture); in CaptureGenBuffers_buffersPacked() 169 CaptureGenHandles(n, framebuffers, paramCapture); in CaptureGenFramebuffers_framebuffersPacked() 178 CaptureGenHandles(n, renderbuffers, paramCapture); in CaptureGenRenderbuffers_renderbuffersPacked() 187 CaptureGenHandles(n, textures, paramCapture); in CaptureGenTextures_texturesPacked()
|
D | capture_gles_ext_params.cpp | 2367 CaptureGenHandles(n, ids, paramCapture); in CaptureGenQueriesEXT_idsPacked() 2477 CaptureGenHandles(n, memoryObjects, paramCapture); in CaptureCreateMemoryObjectsEXT_memoryObjectsPacked() 2580 CaptureGenHandles(n, semaphores, paramCapture); in CaptureGenSemaphoresEXT_semaphoresPacked() 3045 CaptureGenHandles(n, fences, paramCapture); in CaptureGenFencesNV_fencesPacked() 3114 CaptureGenHandles(n, framebuffers, paramCapture); in CaptureGenFramebuffersOES_framebuffersPacked() 3123 CaptureGenHandles(n, renderbuffers, paramCapture); in CaptureGenRenderbuffersOES_renderbuffersPacked()
|
D | capture_gles_3_1_params.cpp | 68 CaptureGenHandles(n, pipelines, paramCapture); in CaptureGenProgramPipelines_pipelinesPacked()
|
D | FrameCapture.h | 618 void CaptureGenHandles(GLsizei n, T *handles, ParamCapture *paramCapture) in CaptureGenHandles() function
|