Home
last modified time | relevance | path

Searched refs:CaptureGenHandles (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/capture/
Dcapture_gles_3_0_params.cpp169 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()
Dcapture_gles_2_0_params.cpp160 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()
Dcapture_gles_ext_params.cpp2367 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()
Dcapture_gles_3_1_params.cpp68 CaptureGenHandles(n, pipelines, paramCapture); in CaptureGenProgramPipelines_pipelinesPacked()
DFrameCapture.h618 void CaptureGenHandles(GLsizei n, T *handles, ParamCapture *paramCapture) in CaptureGenHandles() function