Home
last modified time | relevance | path

Searched defs:State (Results 1 – 25 of 236) sorted by relevance

12345678910

/aosp12/frameworks/rs/
H A DrsProgramStore.h43 struct State { struct
44 bool ditherEnable;
47 bool colorRWriteEnable;
48 bool colorGWriteEnable;
49 bool colorBWriteEnable;
50 bool colorAWriteEnable;
51 RsBlendSrcFunc blendSrc;
52 RsBlendDstFunc blendDst;
55 bool depthWriteEnable;
56 RsDepthFunc depthFunc;
H A DrsProgram.h36 struct State { struct
43 Allocation **textures;
44 RsTextureTarget *textureTargets;
45 uint32_t texturesCount;
47 Sampler **samplers;
48 uint32_t samplersCount;
50 Allocation **constants;
51 Type **constantTypes;
52 uint32_t constantsCount;
54 Element **inputElements;
[all …]
H A DrsAllocation.h55 struct State { struct
56 const Type * type;
63 uint32_t yuv;
65 bool hasMipmaps;
66 bool hasFaces;
67 bool hasReferences;
71 int64_t timestamp;
75 uint32_t originX;
76 uint32_t originY;
77 uint32_t originZ;
[all …]
H A DrsType.h43 struct State { struct
48 uint32_t dimX;
49 uint32_t dimY;
50 uint32_t dimZ;
51 uint32_t *lodDimX;
52 uint32_t *lodDimY;
53 uint32_t *lodDimZ;
54 uint32_t *arrays;
55 uint32_t lodCount;
56 uint32_t dimYuv;
[all …]
H A DrsSampler.h44 struct State { struct
45 RsSamplerValue magFilter;
46 RsSamplerValue minFilter;
47 RsSamplerValue wrapS;
48 RsSamplerValue wrapT;
49 RsSamplerValue wrapR;
50 float aniso;
H A DrsMesh.h41 struct State { struct
45 Allocation **vertexBuffers;
46 uint32_t vertexBuffersCount;
49 Allocation **indexBuffers;
50 uint32_t indexBuffersCount;
51 RsPrimitive *primitives;
52 uint32_t primitivesCount;
H A DrsElement.h44 struct State { struct
45 RsDataType dataType;
46 RsDataKind dataKind;
47 uint32_t vectorSize;
48 uint32_t elementSizeBytes;
51 const Element **fields;
52 uint32_t *fieldArraySizes;
53 const char **fieldNames;
54 uint32_t *fieldNameLengths;
55 uint32_t *fieldOffsetBytes;
[all …]
H A DrsFBOCache.h46 struct State { struct
47 Allocation **colorTargets;
48 uint32_t colorTargetsCount;
49 Allocation *depthTarget;
H A DrsProgramRaster.h42 struct State { struct
43 bool pointSprite;
44 RsCullMode cull;
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.h150 struct State { struct
153 int32_t z;
162 uint32_t flags;
165 bool modified;
168 Rect crop;
193 // dataspace is only used by BufferStateLayer and EffectLayer argument
198 uint32_t width;
199 uint32_t height;
213 int32_t api;
274 static constexpr uint32_t kStateSurfaceFramesThreshold = 25; argument
[all …]
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h96 struct State { struct
98 State() : numArgs(0), ID(-1), severity(None), file(NULL) {} in State() argument
99 ~State() {} in ~State() argument
119 State& state() { return m_State; } in state() argument
/aosp12/bootable/recovery/edify/include/edify/
H A Dexpr.h32 struct State { struct
36 const std::string& script;
39 UpdaterInterface* updater;
44 std::string errmsg;
71 using Function = Value* (*)(const char* name, State* state, argument
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DState.java22 public class State { class
27 public State(State state) { in State() method in State
31 public State(String text) { in State() method in State
35 public State(String text, int type) { in State() method in State
/aosp12/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
H A DCCodec.h169 struct State { struct
170 inline State() : mState(RELEASED) {} in State() argument
171 inline int get() const { return mState; } in get() argument
172 inline void set(int newState) { mState = newState; } in set() argument
196 Mutexed<State> mState; argument
/aosp12/frameworks/native/include/input/
H A DVelocityTracker.h232 struct State { struct
242 State mPointerState[MAX_POINTER_ID + 1]; argument
/aosp12/frameworks/av/media/libstagefright/xmlparser/
H A DMediaCodecsXmlParser.cpp201 struct State { struct
203 Data *mData;
206 struct CodecAndType {
226 struct RestorePoint {
254 void exitInclude() { in exitInclude()
259 bool inCodec() const { in inCodec()
263 bool inType() const { in inType()
270 void exitCodecOrType() { in exitCodecOrType()
283 bool updating() const { in updating()
299 void exitSection() { in exitSection()
[all …]
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/service/data/
H A DStateUtil.java37 Map<Integer, Pair<State, Integer>> stateMap) { in createState()
57 public static State getState(int stateIdentifier, Map<Integer, Pair<State, Integer>> stateMap) { in getState()
62 int stateIdentifier, Map<Integer, Pair<State, Integer>> stateMap) { in removeState()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DState.java30 public class State implements IState { class
36 protected State() { in State() method in State
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/statemachine/
H A DState.java28 public class State implements IState { class
33 protected State() { in State() method in State
/aosp12/system/update_engine/update_manager/
H A Dupdate_manager-inl.h35 EvaluationContext*, State*, std::string*, R*, Args...) const, in EvaluatePolicy() argument
81 EvaluationContext*, State*, std::string*, R*, Args...) const, in OnPolicyReadyToEvaluate() argument
116 EvaluationContext*, State*, std::string*, R*, ExpectedArgs...) const, in PolicyRequest() argument
138 EvaluationContext*, State*, std::string*, R*, ExpectedArgs...) const, in AsyncPolicyRequest() argument
H A Dstate.h46 State() {} in State() function
/aosp12/packages/modules/Virtualization/virtmanager/src/
H A Daidl.rs208 struct State { struct
223 impl State { argument
259 impl Default for State { implementation
/aosp12/frameworks/native/libs/ui/include/ui/
H A DFenceTime.h47 enum class State { enum
129 enum class State { enum
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DFenceTime.h47 enum class State { enum
129 enum class State { enum
/aosp12/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/playback/
H A DPlaybackStateAnnotations.java58 public @interface State { annotation in PlaybackStateAnnotations

12345678910