HomeSort by relevance Sort by last modified time
    Searched refs:query_type (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_query.c 33 unsigned query_type)
39 if (query_type != PIPE_QUERY_OCCLUSION_COUNTER &&
40 query_type != PIPE_QUERY_OCCLUSION_PREDICATE &&
41 query_type != PIPE_QUERY_GPU_FINISHED) {
49 q->type = query_type;
51 if (query_type == PIPE_QUERY_GPU_FINISHED) {
  /external/mesa3d/src/gallium/drivers/r300/
r300_query.c 33 unsigned query_type)
39 if (query_type != PIPE_QUERY_OCCLUSION_COUNTER &&
40 query_type != PIPE_QUERY_OCCLUSION_PREDICATE &&
41 query_type != PIPE_QUERY_GPU_FINISHED) {
49 q->type = query_type;
51 if (query_type == PIPE_QUERY_GPU_FINISHED) {
  /external/qemu/android/
sdk-controller-socket.h 356 * query_type - Defines query type.
365 int query_type,
373 * query_type - Defines query type.
392 int query_type,
415 * query_type - Defines query type.
436 int query_type,
sdk-controller-socket.c 191 int query_type; member in struct:SDKCtlQueryHeader
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_query.c 43 unsigned query_type)
  /external/mesa3d/src/gallium/drivers/i915/
i915_query.c 43 unsigned query_type)
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
MultiTouchChannel.java 126 * @param query_type Query type.
130 public void onEmulatorQuery(int query_id, int query_type, ByteBuffer query_data) {
131 Loge("Unexpected query " + query_type + " in multi-touch");
SensorChannel.java 170 * @param query_type Query type.
174 public void onEmulatorQuery(int query_id, int query_type, ByteBuffer query_data) {
175 switch (query_type) {
200 Loge("Unknown query " + query_type);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_query.c 26 static struct pipe_query *r600_create_query(struct pipe_context *ctx, unsigned query_type)
30 return (struct pipe_query*)r600_context_query_create(rctx, query_type);
r600.h 104 struct r600_query *r600_context_query_create(struct r600_context *ctx, unsigned query_type);
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_query.c 26 static struct pipe_query *r600_create_query(struct pipe_context *ctx, unsigned query_type)
30 return (struct pipe_query*)r600_context_query_create(rctx, query_type);
r600.h 104 struct r600_query *r600_context_query_create(struct r600_context *ctx, unsigned query_type);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 321 final int query_type = handshake.getInt(); local
322 assert query_type == ProtocolConstants.QUERY_HANDSHAKE;
348 if (query_type != ProtocolConstants.QUERY_HANDSHAKE) {
350 Loge("Unexpected handshake query type: " + query_type);
Channel.java 222 * @param query_type Query type.
226 public abstract void onEmulatorQuery(int query_id, int query_type, ByteBuffer query_data);
669 final int query_type = header.getInt(); local
678 onEmulatorQuery(query_id, query_type, query_data);
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.h 164 QueryType query_type,
command_service.cc 359 QueryType query_type,
395 if (query_type == ACTIVE_ONLY &&
command_service_new.cc 316 QueryType query_type,
352 if (query_type == ACTIVE_ONLY &&
  /external/chromium_org/chrome/browser/history/
visitsegment_database.h 123 QueryType query_type,
visitsegment_database.cc 390 QueryType query_type,
423 if (query_type == QUERY_VISIT_COUNT) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_query.c 251 static struct pipe_query *r600_create_query(struct pipe_context *ctx, unsigned query_type)
261 query->type = query_type;
263 switch (query_type) {
291 query->buffer.buf = r600_new_query_buffer(rctx, query_type);
  /external/mesa3d/src/gallium/drivers/r600/
r600_query.c 251 static struct pipe_query *r600_create_query(struct pipe_context *ctx, unsigned query_type)
261 query->type = query_type;
263 switch (query_type) {
291 query->buffer.buf = r600_new_query_buffer(rctx, query_type);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 66 unsigned query_type)
71 if (query_type == PIPE_QUERY_OCCLUSION_COUNTER &&
76 if (query_type == PIPE_QUERY_TIME_ELAPSED &&
82 query_type);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_query.c 69 unsigned query_type )
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_context.h 107 unsigned query_type );
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 66 unsigned query_type)
71 if (query_type == PIPE_QUERY_OCCLUSION_COUNTER &&
76 if (query_type == PIPE_QUERY_TIME_ELAPSED &&
82 query_type);
    [all...]

Completed in 1022 milliseconds

1 2