HomeSort by relevance Sort by last modified time
    Searched defs:state (Results 226 - 250 of 5034) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_query.c 81 SVGA3dQueryState *state; local
83 state = (SVGA3dQueryState *) vmw_svga_winsys_buffer_map(sws,
86 if (!state) {
91 /* Initialize the query state for the specified query slot */
92 state = (SVGA3dQueryState *)((char *)state + offset);
93 *state = queryState;
109 SVGA3dQueryState *state; local
111 state = (SVGA3dQueryState *) vmw_svga_winsys_buffer_map(sws,
114 if (!state) {
    [all...]
  /external/mesa3d/src/glx/
clientattrib.c 43 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); local
47 index = __glXGetActiveTextureUnit(state);
50 if (!__glXSetArrayEnable(state, array, index, val)) {
73 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); local
88 sp->storePack = state->storePack;
89 sp->storeUnpack = state->storeUnpack;
92 __glXPushArrayState(state);
105 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); local
117 state->storePack = sp->storePack;
118 state->storeUnpack = sp->storeUnpack
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_render_t.c 192 int state = ((int []) { local
208 context_drv(ctx)->emit[state](ctx, state);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_holder.hpp 47 socket_ops::state_type state = 0; local
48 socket_ops::close(socket_, state, true, ec);
64 socket_ops::state_type state = 0; local
65 socket_ops::close(socket_, state, true, ec);
  /external/skia/samplecode/
SampleLua.cpp 138 const char* state = nullptr; variable
141 state = "moved";
144 state = "up";
149 if (state) {
154 fLua->pushString(state);
  /external/skia/src/core/
SkBitmapController.cpp 18 SkBitmapController::State* SkBitmapController::requestBitmap(const SkBitmapProvider& provider,
22 State* state = this->onRequestBitmap(provider, inv, quality, storage, storageSize); local
23 if (state) {
24 if (nullptr == state->fPixmap.addr()) {
25 SkInPlaceDeleteCheck(state, storage);
26 state = nullptr;
29 return state;
34 class SkDefaultBitmapControllerState : public SkBitmapController::State {
87 // Our default return state is to downgrade the request to Low, w/ or w/o setting fBitma
    [all...]
  /external/skia/tests/
PathOpsOpLoopThreadedTest.cpp 34 PathOpsThreadState& state = *data; local
42 SkPoint midA = { SkIntToScalar(a * state.fA + c * (6 - state.fA)) / 6,
43 SkIntToScalar(b * state.fA + d * (6 - state.fA)) / 6 };
44 SkPoint midB = { SkIntToScalar(a * state.fB + c * (6 - state.fB)) / 6,
45 SkIntToScalar(b * state.fB + d * (6 - state.fB)) / 6 };
46 SkPoint endC = { midA.fX + v.fY * state.fC / 3
    [all...]
PathOpsSimplifyRectThreadedTest.cpp 21 PathOpsThreadState& state = *data; local
22 int aShape = state.fA & 0x03;
23 SkPath::Direction aCW = state.fA >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
24 int bShape = state.fB & 0x03;
25 SkPath::Direction bCW = state.fB >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
26 int cShape = state.fC & 0x03;
27 SkPath::Direction cCW = state.fC >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
28 int dShape = state.fD & 0x03;
29 SkPath::Direction dCW = state.fD >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
66 if (state.fReporter->verbose())
    [all...]
  /external/skqp/samplecode/
SampleLua.cpp 138 const char* state = nullptr; variable
141 state = "moved";
144 state = "up";
149 if (state) {
154 fLua->pushString(state);
  /external/skqp/src/core/
SkBitmapController.cpp 18 SkBitmapController::State* SkBitmapController::requestBitmap(const SkBitmapProvider& provider,
22 State* state = this->onRequestBitmap(provider, inv, quality, storage, storageSize); local
23 if (state) {
24 if (nullptr == state->fPixmap.addr()) {
25 SkInPlaceDeleteCheck(state, storage);
26 state = nullptr;
29 return state;
34 class SkDefaultBitmapControllerState : public SkBitmapController::State {
87 // Our default return state is to downgrade the request to Low, w/ or w/o setting fBitma
    [all...]
  /external/skqp/tests/
PathOpsOpLoopThreadedTest.cpp 34 PathOpsThreadState& state = *data; local
42 SkPoint midA = { SkIntToScalar(a * state.fA + c * (6 - state.fA)) / 6,
43 SkIntToScalar(b * state.fA + d * (6 - state.fA)) / 6 };
44 SkPoint midB = { SkIntToScalar(a * state.fB + c * (6 - state.fB)) / 6,
45 SkIntToScalar(b * state.fB + d * (6 - state.fB)) / 6 };
46 SkPoint endC = { midA.fX + v.fY * state.fC / 3
    [all...]
PathOpsSimplifyRectThreadedTest.cpp 21 PathOpsThreadState& state = *data; local
22 int aShape = state.fA & 0x03;
23 SkPath::Direction aCW = state.fA >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
24 int bShape = state.fB & 0x03;
25 SkPath::Direction bCW = state.fB >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
26 int cShape = state.fC & 0x03;
27 SkPath::Direction cCW = state.fC >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
28 int dShape = state.fD & 0x03;
29 SkPath::Direction dCW = state.fD >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
66 if (state.fReporter->verbose())
    [all...]
  /external/swiftshader/src/Renderer/
QuadRasterizer.hpp 28 QuadRasterizer(const PixelProcessor::State &state, const PixelShader *shader);
53 const PixelProcessor::State &state; member in class:sw::QuadRasterizer
  /external/swiftshader/src/Shader/
VertexRoutine.hpp 41 VertexRoutine(const VertexProcessor::State &state, const VertexShader *shader);
54 const VertexProcessor::State &state; member in class:sw::VertexRoutine
59 typedef VertexProcessor::State::Input Stream;
  /external/syslinux/com32/lib/sys/
xserial_write.c 53 static enum { st_init, st_tbl, st_tblc } state = st_init; local
67 switch (state) {
70 state = st_tbl;
82 state = st_tblc;
85 state = st_init;
103 state = st_init;
106 state = st_init;
  /external/syslinux/com32/menu/
printmsg.c 36 st_init, /* Base state */
40 } state = st_init; local
53 switch (state) {
60 state = st_si_1;
63 state = st_skipline;
82 state = st_si_2;
88 state = st_init;
93 state = st_init;
  /external/syslinux/gpxe/src/net/
ndp.c 29 /** State of the neighbour entry */
30 int state; member in struct:ndp_entry
53 ( ndp->state != NDP_STATE_INVALID ) ) {
66 * @v state State of the entry - one of the NDP_STATE_XXX values
70 void *ll_addr, int state ) {
82 ndp->state = state;
110 if ( ndp && ndp->state == NDP_STATE_REACHABLE ) {
122 // ndp->state = NDP_STATE_REACHABLE
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/testing/
tokenize.cc 24 enum State { kBuildQuotedToken, kBuildToken, kIdle };
27 State state = kIdle; local
29 state = kBuildToken;
34 state = kIdle;
39 state = kBuildQuotedToken;
43 state = kIdle;
57 switch (state) {
89 if (state != kIdle) {
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaSource.java 34 public enum State {
44 public State state() { method in class:MediaSource
52 private static native State nativeState(long pointer);
  /external/webrtc/talk/app/webrtc/
mediastreamtrack.h 46 virtual MediaStreamTrackInterface::TrackState state() const { function in class:webrtc::MediaStreamTrack
  /external/webrtc/webrtc/p2p/base/
transportchannel.cc 47 void TransportChannel::set_dtls_state(DtlsTransportState state) {
48 if (dtls_state_ == state) {
52 << state; local
53 dtls_state_ = state;
54 SignalDtlsState(this, state);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
sp_dec.cpp 137 state = pointer to an array of pointers to structures of type
145 to by state is set to NULL
147 by state is set to NULL
149 by state is set to NULL
151 to by state is set to the input no_hp_post_MR122
166 This function allocates memory for filter structure and initializes state
185 int Speech_Decode_Frame_init (Speech_Decode_FrameState **state,
190 if (state == (Speech_Decode_FrameState **) NULL){
194 *state = NULL;
199 fprintf(stderr, "Speech_Decode_Frame_init: can not malloc state "
376 Speech_Decode_FrameState *state = local
487 Speech_Decode_FrameState **state = local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
sp_enc.cpp 110 state = pointer to an array of pointers to structures of type
117 by state is set to NULL
119 by state is set to NULL
120 dtx field of the structure pointed to by the pointer pointed to by state
136 This function allocates memory for filter structure and initializes state
168 fprintf(stderr, "Speech_Encode_Frame_init: can not malloc state "
210 [State any special notes, constraints or cautions for users of this function]
233 /* fprintf(stderr, "Speech_Encode_Frame_init: can not malloc state "
264 state = pointer to structures of type Speech_Decode_FrameState
281 This function resets state memor
344 Speech_Encode_FrameState *state = local
453 Speech_Encode_FrameState **state = local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
phase_dispersion.cpp 160 int16 i, j, state; local
173 state = 0;
177 state = 1;
181 state = 2;
193 if (state < 2)
195 state++;
211 state = 0;
213 if (state > *prev_state + 1)
215 state--;
220 *prev_state = state;
    [all...]
  /frameworks/av/media/utils/
ProcessInfo.cpp 36 int32_t state; local
40 status_t err = service->getProcessStatesAndOomScoresFromPids(length, &pid, &state, &score);
45 ALOGV("pid %d state %d score %d", pid, state, score);

Completed in 594 milliseconds

1 2 3 4 5 6 7 8 91011>>