Home
last modified time | relevance | path

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

123

/frameworks/rs/
DrsProgramStore.h41 struct State { struct
42 bool ditherEnable;
45 bool colorRWriteEnable;
46 bool colorGWriteEnable;
47 bool colorBWriteEnable;
48 bool colorAWriteEnable;
49 RsBlendSrcFunc blendSrc;
50 RsBlendDstFunc blendDst;
53 bool depthWriteEnable;
54 RsDepthFunc depthFunc;
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 …]
DrsAllocation.h46 struct State { struct
47 const Type * type;
49 uint32_t usageFlags;
50 RsAllocationMipmapControl mipmapControl;
54 uint32_t yuv;
55 uint32_t elementSizeBytes;
56 bool hasMipmaps;
57 bool hasFaces;
58 bool hasReferences;
59 void * userProvidedPtr;
[all …]
DrsType.h39 struct State { struct
40 const Element * element;
44 uint32_t dimX;
45 uint32_t dimY;
46 uint32_t dimZ;
47 uint32_t *lodDimX;
48 uint32_t *lodDimY;
49 uint32_t *lodDimZ;
50 uint32_t *lodOffset;
51 uint32_t lodCount;
[all …]
DrsSampler.h42 struct State { struct
43 RsSamplerValue magFilter;
44 RsSamplerValue minFilter;
45 RsSamplerValue wrapS;
46 RsSamplerValue wrapT;
47 RsSamplerValue wrapR;
48 float aniso;
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;
DrsFBOCache.h46 struct State { struct
47 Allocation **colorTargets;
48 uint32_t colorTargetsCount;
49 Allocation *depthTarget;
DrsElement.h42 struct State { struct
43 RsDataType dataType;
44 RsDataKind dataKind;
45 uint32_t vectorSize;
46 uint32_t elementSizeBytes;
49 const Element **fields;
50 uint32_t *fieldArraySizes;
51 const char **fieldNames;
52 uint32_t *fieldNameLengths;
53 uint32_t *fieldOffsetBytes;
[all …]
DrsProgramRaster.h40 struct State { struct
41 bool pointSprite;
42 RsCullMode cull;
DrsPath.h32 struct State { struct
33 RsPathPrimitive primitive;
34 float quality;
/frameworks/compile/mclinker/include/mcld/LD/
DDiagnosticEngine.h99 struct State struct
102 State() : numArgs(0), ID(-1), severity(None), file(NULL) { } in State() function
103 ~State() { } in ~State() argument
123 State& state() in state() argument
DEhFrameReader.h53 enum State { enum
/frameworks/native/services/surfaceflinger/
DLayer.h96 struct State { struct
97 Geometry active;
98 Geometry requested;
99 uint32_t z;
100 uint32_t layerStack;
101 uint8_t alpha;
102 uint8_t flags;
103 uint8_t reserved[2];
104 int32_t sequence; // changes when visible regions can change
105 Transform transform;
[all …]
DSurfaceFlinger.h160 struct State { struct
162 DefaultKeyedVector< wp<IBinder>, DisplayDeviceState> displays; argument
/frameworks/base/include/androidfw/
DVelocityTracker.h211 struct State { struct
221 State mPointerState[MAX_POINTER_ID + 1]; argument
/frameworks/base/core/java/com/android/internal/util/
DState.java26 public class State implements IState { class
31 protected State() { in State() method in State
/frameworks/av/libvideoeditor/vss/src/
DM4READER_Amr.c168 M4AMRR_State State; in M4READER_AMR_close() local
524 M4AMRR_State State; in M4READER_AMR_reset() local
595 M4AMRR_State State; in M4READER_AMR_jump() local
668 M4AMRR_State State; in M4READER_AMR_getNextAu() local
/frameworks/base/core/java/android/os/
DSystemService.java38 public enum State { enum in SystemService
44 State(String state) { in State() method in SystemService.State
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMmiCode.java27 public enum State { enum
DOperatorInfo.java26 public enum State { enum in OperatorInfo
DDriverCall.java29 public enum State { enum in DriverCall
/frameworks/av/include/common_time/
DICommonClock.h54 enum State { enum
/frameworks/av/include/media/stagefright/
DMediaMuxer.h114 enum State { enum
/frameworks/av/include/media/stagefright/timedtext/
DTimedTextDriver.h65 enum State { enum
/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java58 public enum State { enum in IccCardConstants

123