/frameworks/rs/ |
D | rsProgramStore.h | 41 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;
|
D | rsProgram.h | 36 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 …]
|
D | rsAllocation.h | 55 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 …]
|
D | rsType.h | 41 struct State { struct 42 const Element * element; 46 uint32_t dimX; 47 uint32_t dimY; 48 uint32_t dimZ; 49 uint32_t *lodDimX; 50 uint32_t *lodDimY; 51 uint32_t *lodDimZ; 52 uint32_t *arrays; 53 uint32_t lodCount; [all …]
|
D | rsSampler.h | 42 struct State { struct 43 RsSamplerValue magFilter; 44 RsSamplerValue minFilter; 45 RsSamplerValue wrapS; 46 RsSamplerValue wrapT; 47 RsSamplerValue wrapR; 48 float aniso;
|
D | rsMesh.h | 41 struct State { struct 45 Allocation **vertexBuffers; 46 uint32_t vertexBuffersCount; 49 Allocation **indexBuffers; 50 uint32_t indexBuffersCount; 51 RsPrimitive *primitives; 52 uint32_t primitivesCount;
|
D | rsElement.h | 42 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 …]
|
D | rsFBOCache.h | 46 struct State { struct 47 Allocation **colorTargets; 48 uint32_t colorTargetsCount; 49 Allocation *depthTarget;
|
D | rsProgramRaster.h | 40 struct State { struct 41 bool pointSprite; 42 RsCullMode cull;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagnosticEngine.h | 96 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
|
D | EhFrameReader.h | 45 enum State { Q0, Q1, Accept, NumOfStates = 2, Reject = -1 }; enum
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.h | 103 struct State { struct 104 Geometry active; 105 Geometry requested; 106 uint32_t z; 107 uint32_t layerStack; 108 uint8_t alpha; 109 uint8_t flags; 110 uint8_t reserved[2]; 111 int32_t sequence; // changes when visible regions can change 112 Transform transform; [all …]
|
D | LayerDim.h | 39 virtual bool isOpaque(const Layer::State&) const { return false; } in isOpaque()
|
D | SurfaceFlinger.h | 180 struct State { struct 182 DefaultKeyedVector< wp<IBinder>, DisplayDeviceState> displays; argument
|
/frameworks/native/include/input/ |
D | VelocityTracker.h | 211 struct State { struct 221 State mPointerState[MAX_POINTER_ID + 1]; argument
|
/frameworks/base/core/java/com/android/internal/util/ |
D | State.java | 26 public class State implements IState { class 31 protected State() { in State() method in State
|
/frameworks/base/core/java/android/os/ |
D | SystemService.java | 36 public enum State { enum in SystemService 42 State(String state) { in State() method in SystemService.State
|
/frameworks/av/include/common_time/ |
D | ICommonClock.h | 54 enum State { enum
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MmiCode.java | 27 public enum State { enum
|
D | DriverCall.java | 29 public enum State { enum in DriverCall
|
/frameworks/ex/framesequence/src/android/support/rastermill/ |
D | FrameSequence.java | 126 static class State { class in FrameSequence 129 public State(long nativeState) { in State() method in FrameSequence.State
|
/frameworks/base/core/java/com/android/internal/transition/ |
D | EpicenterTranslateClipReveal.java | 247 private static class State { class in EpicenterTranslateClipReveal 252 public State() {} in State() method in EpicenterTranslateClipReveal.State 254 public State(int lower, int upper, float trans) { in State() method in EpicenterTranslateClipReveal.State
|
/frameworks/av/include/media/stagefright/timedtext/ |
D | TimedTextDriver.h | 68 enum State { enum
|
/frameworks/av/include/media/stagefright/ |
D | MediaMuxer.h | 125 enum State { enum
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | IccCardConstants.java | 68 public enum State { enum in IccCardConstants
|