HomeSort by relevance Sort by last modified time
    Searched refs:BeginQuery (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
478 functions->BeginQuery = gen6_begin_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
296 /* No query->bo means that EndQuery was called after BeginQuery with no
562 functions->BeginQuery = brw_begin_query;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_queryobj.c 187 functions->BeginQuery = radeonBeginQuery;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_queryobj.c 424 functions->BeginQuery = st_BeginQuery;
  /external/mesa3d/src/mesa/main/
queryobj.c 62 * are used by BeginQuery." Since our implementation actually does
74 * Called via ctx->Driver.BeginQuery().
140 driver->BeginQuery = _mesa_begin_query;
452 * "BeginQuery generates an INVALID_OPERATION error if any of the
471 * command isn't needed for BeginQuery/EndQuery, but in the end, this also
488 ctx->Driver.BeginQuery(ctx, q);
600 * command isn't needed for BeginQuery/EndQuery, but in the end, this also
615 /* QueryCounter is implemented using EndQuery without BeginQuery
dd.h 741 void (*BeginQuery)(struct gl_context *ctx, struct gl_query_object *q);
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 868 driver->BeginQuery = xmesa_begin_query;
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 91 GET_PROC(BeginQuery);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c     [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd_vgpu10.c 666 SVGA3D_CREATE_COMMAND(BeginQuery, BEGIN_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 59 #define glBeginQuery MANGLE(BeginQuery)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 61 #define glBeginQuery MANGLE(BeginQuery)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 65 #define glBeginQuery MANGLE(BeginQuery)
    [all...]

Completed in 1258 milliseconds