Home
last modified time | relevance | path

Searched defs:State (Results 1 – 25 of 60) 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 …]
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 *_unused;
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;
DrsAllocation.h55 struct State { struct
56 const Type * type;
58 uint32_t usageFlags;
59 RsAllocationMipmapControl mipmapControl;
63 uint32_t yuv;
64 uint32_t elementSizeBytes;
65 bool hasMipmaps;
66 bool hasFaces;
67 bool hasReferences;
68 void * userProvidedPtr;
[all …]
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;
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 …]
DrsFBOCache.h46 struct State { struct
47 Allocation **colorTargets;
48 uint32_t colorTargetsCount;
49 Allocation *depthTarget;
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.h97 struct State struct
100 State() : numArgs(0), ID(-1), severity(None), file(NULL) { } in State() function
101 ~State() { } in ~State() argument
121 State& state() in state() argument
DEhFrameReader.h51 enum State { enum
/frameworks/native/services/surfaceflinger/
DLayer.h102 struct State { struct
103 Geometry active;
104 Geometry requested;
105 uint32_t z;
106 uint32_t layerStack;
107 uint8_t alpha;
108 uint8_t flags;
109 uint8_t reserved[2];
110 int32_t sequence; // changes when visible regions can change
111 Transform transform;
[all …]
DLayerDim.h39 virtual bool isOpaque(const Layer::State&) const { return false; } in isOpaque()
DSurfaceFlinger.h178 struct State { struct
180 DefaultKeyedVector< wp<IBinder>, DisplayDeviceState> displays; argument
/frameworks/native/include/input/
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/base/core/java/android/os/
DSystemService.java36 public enum State { enum in SystemService
42 State(String state) { in State() method in SystemService.State
/frameworks/av/include/common_time/
DICommonClock.h54 enum State { enum
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMmiCode.java27 public enum State { enum
DOperatorInfo.java26 public enum State { enum in OperatorInfo
/frameworks/ex/framesequence/src/android/support/rastermill/
DFrameSequence.java111 static class State { class in FrameSequence
114 public State(long nativeState) { in State() method in FrameSequence.State
/frameworks/av/include/media/stagefright/
DMediaMuxer.h126 enum State { enum
/frameworks/av/include/media/stagefright/timedtext/
DTimedTextDriver.h68 enum State { enum
/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java68 public enum State { enum in IccCardConstants

123