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

1 2

  /external/mesa3d/src/mesa/state_tracker/
st_cb_queryobj.c 56 stq->base.Ready = GL_TRUE;
152 /* this function should only be called if we don't have a ready result */
153 assert(!stq->base.Ready);
155 while (!stq->base.Ready &&
164 q->Ready = GL_TRUE;
173 assert(!q->Ready); /* we should not get called if Ready is TRUE */
174 q->Ready = pipe->get_query_result(pipe, stq->pq, FALSE, (void*)&q->Result);
  /external/mesa3d/src/mesa/main/
condrender.c 135 if (!q->Ready) {
142 if (!q->Ready)
144 return q->Ready ? (q->Result > 0) : GL_TRUE;
queryobj.c 56 q->Ready = GL_TRUE; /* correct, see spec */
80 q->Ready = GL_TRUE;
95 assert(q->Ready);
100 * Check if a query results are ready. Software driver fallback.
342 q->Ready = GL_FALSE;
448 q->Ready = GL_FALSE;
559 if (!q->Ready)
577 if (!q->Ready)
579 *params = q->Ready;
610 if (!q->Ready)
    [all...]
mtypes.h     [all...]
  /external/valgrind/memcheck/tests/
vcpu_fbench.stdout.exp 0 Ready to begin John Walker's floating point accuracy
  /external/gemmlowp/internal/
multi_thread_gemm.h 190 Ready, // Is not working, has not yet received new work to do.
218 assert(new_state == State::Ready);
220 case State::Ready:
225 assert(new_state == State::Ready ||
233 if (state_ == State::Ready) {
244 ChangeState(State::Ready);
249 // In the 'Ready' state, we have nothing to do but to wait until
252 &state_, State::Ready, &state_cond_, &state_mutex_);
257 // Got work to do! So do it, and then revert to 'Ready' state.
262 ChangeState(State::Ready);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_queryobj.c 67 query->Base.Ready = GL_TRUE;
100 query->Base.Ready = GL_TRUE;
177 query->Base.Ready = GL_TRUE;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_queryobj.c 232 query->Base.Ready = true;
374 query->Base.Ready = true;
383 query->Base.Ready = true;
  /external/pdfium/fpdfsdk/src/
fpdf_progressive.cpp 14 static_assert(CPDF_ProgressiveRenderer::Ready == FPDF_RENDER_READER,
15 "CPDF_ProgressiveRenderer::Ready value mismatch");
  /external/autotest/contrib/
sheriff_host_utils.py 114 Eg {'stauts': "Ready", 'id': 40}
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 129 Ready, // FPDF_RENDER_READER
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 276 enum ParseStatus { Ready, ToBeContinued, Done };
fpdf_page_parser_old.cpp 894 : m_Status(Ready),
907 if (m_Status != Ready || !pPage || !pPage->m_pDocument ||
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 788 q->Base.Ready = GL_TRUE;
831 q->Ready = GL_TRUE;
  /external/autotest/client/tests/kvm/deps/
whql_submission_15.cs 68 // Set the machine's status to 'Reset' and optionally wait for it to become ready
89 Console.WriteLine("Waiting for machine '{0}' to be ready", machineName);
90 while (machine.Status != "Ready")
102 Console.WriteLine("Machine '{0}' is ready", machineName);
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 418 $("h1#tos-header").text('Get Ready to Code!');
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 417 $("h1#tos-header").text('Get Ready to Code!');
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp     [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 1194 Ready,
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.12.613/
kotlin-stdlib-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1513/
kotlin-stdlib-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1514/
kotlin-stdlib-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 

Completed in 341 milliseconds

1 2