HomeSort by relevance Sort by last modified time
    Searched refs:EndQuery (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_queryobj.c 280 * we measure the full time between BeginQuery and EndQuery. There's
285 * completion of the BeginQuery and EndQuery commands, or just time
293 * We write a starting timestamp now (at index 0). At EndQuery() time,
390 /* The current batch contains the commands to handle EndQuery(),
479 functions->EndQuery = gen6_end_query;
brw_queryobj.c 218 * we measure the full time between BeginQuery and EndQuery. There's
223 * completion of the BeginQuery and EndQuery commands, or just time
231 * We write a starting timestamp now (at index 0). At EndQuery() time,
296 /* No query->bo means that EndQuery was called after BeginQuery with no
563 functions->EndQuery = brw_end_query;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_queryobj.c 188 functions->EndQuery = radeonEndQuery;
  /external/mesa3d/src/mesa/main/
queryobj.c 85 * Called via ctx->Driver.EndQuery().
141 driver->EndQuery = _mesa_end_query;
334 ctx->Driver.EndQuery(ctx, q);
471 * command isn't needed for BeginQuery/EndQuery, but in the end, this also
534 ctx->Driver.EndQuery(ctx, q);
600 * command isn't needed for BeginQuery/EndQuery, but in the end, this also
615 /* QueryCounter is implemented using EndQuery without BeginQuery
618 ctx->Driver.EndQuery(ctx, q);
dd.h 743 void (*EndQuery)(struct gl_context *ctx, struct gl_query_object *q);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_queryobj.c 30 * glBegin/EndQuery interface to pipe
425 functions->EndQuery = st_EndQuery;
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 869 driver->EndQuery = xmesa_end_query;
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 146 GET_PROC(EndQuery);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c     [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd_vgpu10.c 676 SVGA3D_CREATE_COMMAND(EndQuery, END_QUERY);
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 415 #define glEndQuery MANGLE(EndQuery)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 455 #define glEndQuery MANGLE(EndQuery)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 549 #define glEndQuery MANGLE(EndQuery)
    [all...]

Completed in 967 milliseconds