HomeSort by relevance Sort by last modified time
    Searched full:query_type (Results 1 - 25 of 42) 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/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/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/gpu/command_buffer/service/
gles2_cmd_decoder_unittest.cc 677 const QueryType& query_type,
695 if (query_type.is_gl) {
699 EXPECT_CALL(*gl, BeginQueryARB(query_type.type, service_id))
705 begin_cmd.Init(query_type.type, client_id, shm_id, shm_offset);
708 if (query_type.is_gl) {
709 EXPECT_CALL(*gl, EndQueryARB(query_type.type))
713 if (query_type.type == GL_GET_ERROR_QUERY_CHROMIUM) {
719 if (query_type.type == GL_COMMANDS_COMPLETED_CHROMIUM) {
732 end_cmd.Init(query_type.type, 1);
735 if (query_type.is_gl)
    [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/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/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/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/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/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/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/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 1577 unsigned query_type = d3d11_to_pipe_query[query_desc->Query]; local
1598 unsigned query_type; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 1577 unsigned query_type = d3d11_to_pipe_query[query_desc->Query]; local
1598 unsigned query_type; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_pipe.c 49 static struct pipe_query *noop_create_query(struct pipe_context *ctx, unsigned query_type)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_query.c 69 unsigned query_type )
  /external/mesa3d/src/gallium/drivers/noop/
noop_pipe.c 49 static struct pipe_query *noop_create_query(struct pipe_context *ctx, unsigned query_type)
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_query.c 69 unsigned query_type )

Completed in 1314 milliseconds

1 2