OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stq
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_condrender.c
54
struct st_query_object *
stq
= st_query_object(q);
local
79
st->render_condition =
stq
->pq;
82
pipe->render_condition(pipe,
stq
->pq, m);
st_cb_queryobj.c
53
struct st_query_object *
stq
= ST_CALLOC_STRUCT(st_query_object);
local
54
if (
stq
) {
55
stq
->base.Id = id;
56
stq
->base.Ready = GL_TRUE;
57
stq
->pq = NULL;
58
stq
->type = PIPE_QUERY_TYPES; /* an invalid value */
59
return &
stq
->base;
70
struct st_query_object *
stq
= st_query_object(q);
local
72
if (
stq
->pq) {
73
pipe->destroy_query(pipe,
stq
->pq)
85
struct st_query_object *
stq
= st_query_object(q);
local
133
struct st_query_object *
stq
= st_query_object(q);
local
150
struct st_query_object *
stq
= st_query_object(q);
local
172
struct st_query_object *
stq
= st_query_object(q);
local
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_cb_condrender.c
54
struct st_query_object *
stq
= st_query_object(q);
local
79
st->render_condition =
stq
->pq;
82
pipe->render_condition(pipe,
stq
->pq, m);
st_cb_queryobj.c
53
struct st_query_object *
stq
= ST_CALLOC_STRUCT(st_query_object);
local
54
if (
stq
) {
55
stq
->base.Id = id;
56
stq
->base.Ready = GL_TRUE;
57
stq
->pq = NULL;
58
stq
->type = PIPE_QUERY_TYPES; /* an invalid value */
59
return &
stq
->base;
70
struct st_query_object *
stq
= st_query_object(q);
local
72
if (
stq
->pq) {
73
pipe->destroy_query(pipe,
stq
->pq)
85
struct st_query_object *
stq
= st_query_object(q);
local
133
struct st_query_object *
stq
= st_query_object(q);
local
150
struct st_query_object *
stq
= st_query_object(q);
local
172
struct st_query_object *
stq
= st_query_object(q);
local
[
all
...]
Completed in 963 milliseconds