HomeSort by relevance Sort by last modified time
    Searched defs:query_type (Results 1 - 12 of 12) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
resolve_op.hpp 39 typedef asio::ip::basic_resolver_query<Protocol> query_type; typedef in class:asio::detail::resolve_op
43 const query_type& query, io_service_impl& ios, Handler& handler)
116 query_type query_;
resolver_service.hpp 42 typedef asio::ip::basic_resolver_query<Protocol> query_type; typedef in class:asio::detail::resolver_service
54 iterator_type resolve(implementation_type&, const query_type& query,
70 const query_type& query, Handler& handler)
  /external/mesa3d/src/mesa/state_tracker/
st_cb_perfmon.h 56 unsigned query_type; member in struct:st_perf_monitor_counter
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
resolver_service.hpp 44 typedef basic_resolver_query<InternetProtocol> query_type; typedef in class:asio::ip::resolver_service
85 iterator_type resolve(implementation_type& impl, const query_type& query,
95 async_resolve(implementation_type& impl, const query_type& query,
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query_hw.h 51 * queries with the same query_type. So we cache per sample provider
74 unsigned query_type; member in struct:fd_hw_sample_provider
141 struct fd_query * fd_hw_create_query(struct fd_context *ctx, unsigned query_type);
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_driver_query.c 137 struct pipe_context *pipe, unsigned query_type,
152 if (bq->query_types[i] == query_type) {
170 bq->query_types[bq->num_query_types] = query_type;
202 unsigned query_type; member in struct:query_info
203 unsigned result_index; /* unit depends on query_type */
268 pipe->create_query(pipe, info->query_type, 0);
276 pipe->create_query(pipe, info->query_type, 0);
285 info->query[info->head] = pipe->create_query(pipe, info->query_type, 0);
361 const char *name, unsigned query_type,
388 if (!batch_query_add(pbq, pipe, query_type, &info->result_index)
    [all...]
  /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/deqp/external/openglcts/modules/gl/
gl4cPipelineStatisticsQueryTests.cpp 269 * @param query_type Type of the query to be executed for the iteration.
273 * @param query_type .
292 bool PipelineStatisticsQueryUtilities::executeQuery(glw::GLenum query_type, glw::GLuint qo_id, glw::GLuint qo_bo_id,
308 gl.getQueryiv(query_type, GL_QUERY_COUNTER_BITS, &n_query_bits);
315 << PipelineStatisticsQueryUtilities::getStringForEnum(query_type) << "query target."
325 << PipelineStatisticsQueryUtilities::getStringForEnum(query_type)
334 gl.beginQuery(query_type, qo_id);
363 gl.endQuery(query_type);
383 gl.endQuery(query_type);
1599 glw::GLenum query_type = query_types[n_query_type]; local
    [all...]
  /hardware/qcom/msm8998/kernel-headers/media/
msm_cam_sensor.h 647 int32_t query_type; member in struct:msm_flash_query_data_t
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_cam_sensor.h 583 int32_t query_type; member in struct:msm_flash_query_data_t
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 1014 unsigned query_type; /* PIPE_QUERY_DRIVER_SPECIFIC + i */ member in struct:pipe_driver_query_info

Completed in 673 milliseconds