/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | MacroExpander.cpp | 513 empty() const empty() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | SymbolEnv.h | 35 ANGLE_INLINE const TVariable *variable() const { return mVariable; } in variable() argument 37 ANGLE_INLINE const TField *field() const { return mField; } in field() argument 39 ANGLE_INLINE bool operator==(const VarField &other) const in operator ==() argument 106 kind() const kind() argument 107 value() const value() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
H A D | SystemInfo.cpp | 67 bool SystemInfo::hasNVIDIAGPU() const in hasNVIDIAGPU() argument 79 bool SystemInfo::hasIntelGPU() const in hasIntelGPU() argument 91 bool SystemInfo::hasAMDGPU() const in hasAMDGPU() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | VertexBuffer.cpp | 36 unsigned int VertexBuffer::getSerial() const in getSerial() argument 71 unsigned int VertexBufferInterface::getSerial() const in getSerial() argument 77 unsigned int VertexBufferInterface::getBufferSize() const in getBufferSize() argument 94 angle::Result VertexBufferInterface::getSpaceRequired(const gl::Context *context, in getSpaceRequired() argument 120 VertexBuffer *VertexBufferInterface::getVertexBuffer() const in getVertexBuffer() argument 243 matchesAttribute( const gl::VertexAttribute &attrib, const gl::VertexBinding &binding) const matchesAttribute() argument 274 matchesAttribute(const gl::VertexAttribute &attrib, const gl::VertexBinding &binding) const matchesAttribute() argument [all...] |
H A D | ShaderD3D.cpp | 140 std::string ShaderD3D::getDebugInfo() const in getDebugInfo() argument 178 void ShaderD3D::generateWorkarounds(angle::CompilerWorkaroundsD3D *workarounds) const in generateWorkarounds() argument 204 unsigned int ShaderD3D::getUniformRegister(const std::string &uniformName) const in getUniformRegister() argument 210 getUniformBlockRegister(const std::string &blockName) const getUniformBlockRegister() argument 216 shouldUniformBlockUseStructuredBuffer(const std::string &blockName) const shouldUniformBlockUseStructuredBuffer() argument 222 getShaderStorageBlockRegister(const std::string &blockName) const getShaderStorageBlockRegister() argument 228 getCompilerOutputType() const getCompilerOutputType() argument 233 useImage2DFunction(const std::string &functionName) const useImage2DFunction() argument 243 getSlowCompilingUniformBlockSet() const getSlowCompilingUniformBlockSet() argument 379 hasUniform(const std::string &name) const hasUniform() argument [all...] |
H A D | ShaderD3D.h | 59 getReadonlyImage2DRegisterIndex() const getReadonlyImage2DRegisterIndex() argument 60 getImage2DRegisterIndex() const getImage2DRegisterIndex() argument 63 appendDebugInfo(const std::string &info) const appendDebugInfo() argument 67 usesMultipleRenderTargets() const usesMultipleRenderTargets() argument 68 usesFragColor() const usesFragColor() argument 69 usesFragData() const usesFragData() argument 70 usesSecondaryColor() const usesSecondaryColor() argument 71 usesFragCoord() const usesFragCoord() argument 72 usesFrontFacing() const usesFrontFacing() argument 73 usesHelperInvocation() const usesHelperInvocation() argument 74 usesPointSize() const usesPointSize() argument 75 usesPointCoord() const usesPointCoord() argument 76 usesDepthRange() const usesDepthRange() argument 77 usesFragDepth() const usesFragDepth() argument 78 usesVertexID() const usesVertexID() argument 79 usesViewID() const usesViewID() argument 80 hasANGLEMultiviewEnabled() const hasANGLEMultiviewEnabled() argument [all...] |
H A D | FramebufferD3D.cpp | 253 checkStatus(const gl::Context *context) const checkStatus() argument [all...] |
H A D | DynamicHLSL.h | 47 const std::string &getName() const { return mName; } in getName() argument 127 usesPointSize() const usesPointSize() argument 129 operator [](gl::ShaderType shaderType) const operator []() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ShaderGL.cpp | 438 getDebugInfo() const getDebugInfo() argument 443 getShaderID() const getShaderID() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
H A D | IOSurfaceSurfaceCGL.cpp | 195 getWidth() const getWidth() argument 200 getHeight() const getHeight() argument 205 isPostSubBufferSupported() const isPostSubBufferSupported() argument 211 getSwapBehavior() const getSwapBehavior() argument 334 hasEmulatedAlphaChannel() const hasEmulatedAlphaChannel() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
H A D | DisplayGbm.h | 73 int32_t getWidth() const { return mWidth; } in getWidth() argument 74 int32_t getHeight() const { return mHeight; } in getHeight() argument 75 const NativeWindow *getNative() const { return mNative; } in getNative() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
H A D | safe_conversions_impl.h | 213 constexpr bool IsValid() const { retur in RangeCheck() argument 214 IsInvalid() const IsInvalid() argument 215 IsOverflow() const IsOverflow() argument 216 IsUnderflow() const IsUnderflow() argument 217 IsOverflowFlagSet() const IsOverflowFlagSet() argument 218 IsUnderflowFlagSet() const IsUnderflowFlagSet() argument 219 operator ==(const RangeCheck rhs) const operator ==() argument 223 operator !=(const RangeCheck rhs) const operator !=() argument [all...] |
H A D | checked_math_impl.h | 579 is_valid() const is_valid() argument 581 value() const value() argument 615 is_valid() const is_valid() argument 623 value() const value() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ConstantUnion.cpp | 80 int TConstantUnion::getIConst() const in getIConst() argument 86 unsigned int TConstantUnion::getUConst() const in getUConst() argument 92 float TConstantUnion::getFConst() const in getFConst() argument 106 bool TConstantUnion::getBConst() const in getBConst() argument 112 bool TConstantUnion::isZero() const in isZero() argument 129 TYuvCscStandardEXT TConstantUnion::getYuvCscStandardEXTConst() const in getYuvCscStandardEXTConst() argument 250 operator ==(const int i) const operator ==() argument 261 operator ==(const unsigned int u) const operator ==() argument 272 operator ==(const float f) const operator ==() argument 285 operator ==(const bool b) const operator ==() argument 290 operator ==(const TYuvCscStandardEXT s) const operator ==() argument 295 operator ==(const TConstantUnion &constant) const operator ==() argument 326 operator !=(const int i) const operator !=() argument 331 operator !=(const unsigned int u) const operator !=() argument 336 operator !=(const float f) const operator !=() argument 341 operator !=(const bool b) const operator !=() argument 346 operator !=(const TYuvCscStandardEXT s) const operator !=() argument 351 operator !=(const TConstantUnion &constant) const operator !=() argument 356 operator >(const TConstantUnion &constant) const operator >() argument 381 operator <(const TConstantUnion &constant) const operator <() argument 512 operator %(const TConstantUnion &constant) const operator %() argument 704 operator &(const TConstantUnion &constant) const operator &() argument 723 operator |(const TConstantUnion &constant) const operator |() argument 742 operator ^(const TConstantUnion &constant) const operator ^() argument 761 operator &&(const TConstantUnion &constant) const operator &&() argument 777 operator ||(const TConstantUnion &constant) const operator ||() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLPlatform.cpp | 110 getInfo(PlatformInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const getInfo() argument 182 getDeviceIDs(DeviceType deviceType, cl_uint numEntries, cl_device_id *devices, cl_uint *numDevices) const getDeviceIDs() argument [all...] |
H A D | CLProgram.cpp | 73 cl_int Program::getInfo(ProgramInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const in getInfo() argument 146 getBuildInfo(cl_device_id device, ProgramBuildInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const getBuildInfo() argument [all...] |
H A D | MemoryProgramCache.cpp | 276 entryCount() const entryCount() argument 286 size() const size() argument 291 maxSize() const maxSize() argument [all...] |
H A D | RefCountObject.h | 38 void addRef() const { ++mRefCount; } in addRef() argument 50 size_t getRefCount() const { return mRefCount; } in getRefCount() argument 158 ObjectType *get() const { return mObject; } in get() argument 159 ObjectType *operator->() const { retur in get() argument 161 operator ==(const BindingPointer &other) const operator ==() argument 163 operator !=(const BindingPointer &other) const operator !=() argument 188 serial() const serial() argument 189 id() const id() argument 211 id() const id() argument 235 getOffset() const getOffset() argument 236 getSize() const getSize() argument 238 operator ==(const OffsetBindingPointer<ObjectType> &other) const operator ==() argument 243 operator !=(const OffsetBindingPointer<ObjectType> &other) const operator !=() argument [all...] |
H A D | Surface.h | 68 rx::SurfaceImpl *getImplementation() const { return mImplementation; } in getImplementation() argument 153 isCurrentOnAnyContext() const isCurrentOnAnyContext() argument 155 getBoundTexture() const getBoundTexture() argument 172 getOrientation() const getOrientation() argument 174 directComposition() const directComposition() argument 179 isRobustResourceInitEnabled() const isRobustResourceInitEnabled() argument 181 getBindTexImageFormat() const getBindTexImageFormat() argument 202 getTextureOffset() const getTextureOffset() argument [all...] |
H A D | TransformFeedback.cpp | 62 const OffsetBindingPointer<Buffer> &TransformFeedbackState::getIndexedBuffer(size_t idx) const in getIndexedBuffer() argument 67 const std::vector<OffsetBindingPointer<Buffer>> &TransformFeedbackState::getIndexedBuffers() const in getIndexedBuffers() argument 72 GLsizeiptr TransformFeedbackState::getPrimitivesDrawn() const in getPrimitivesDrawn() argument 128 const st argument 202 isPaused() const isPaused() argument 207 getPrimitiveMode() const getPrimitiveMode() argument 212 checkBufferSpaceForDraw(GLsizei count, GLsizei primcount) const checkBufferSpaceForDraw() argument 252 hasBoundProgram(ShaderProgramID program) const hasBoundProgram() argument 298 getIndexedBuffer(size_t index) const getIndexedBuffer() argument 321 getImplementation() const getImplementation() argument 337 getIndexedBuffers() const getIndexedBuffers() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | VertexArray11.cpp | 337 getTranslatedAttribs() const getTranslatedAttribs() argument 354 getCachedIndexInfo() const getCachedIndexInfo() argument 365 isCachedIndexInfoValid() const isCachedIndexInfoValid() argument 370 getCachedDestinationIndexType() const getCachedDestinationIndexType() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | FastVector.h | 119 uses_fixed_storage() const uses_fixed_storage() argument 346 back() const back() argument 466 contains(Key key) const contains() argument 478 get(Key key, Value *value) const get() argument 492 empty() const empty() argument 493 size() const size() argument 506 empty() const empty() argument 514 contains(T needle) const contains() argument 564 contains(uint64_t key) const contains() argument 582 empty() const empty() argument 594 size() const size() argument 605 capacity() const capacity() argument 652 contains(uint64_t key) const contains() argument 654 get(uint64_t key, Value *out) const get() argument 668 empty() const empty() argument 670 size() const size() argument 673 capacity() const capacity() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format.h | 185 hasDepthOrStencilBits() const hasDepthOrStencilBits() argument 190 isLUMA() const isLUMA() argument 197 isBGRA() const isBGRA() argument 203 isSint() const isSint() argument 208 isUint() const isUint() argument 213 isSnorm() const isSnorm() argument 218 isUnorm() const isUnorm() argument 223 isFloat() const isFloat() argument 228 isVertexTypeHalfFloat() const isVertexTypeHalfFloat() argument [all...] |
H A D | TextureImpl.cpp | 137 getMemorySize() const getMemorySize() argument 147 getNativeID() const getNativeID() argument [all...] |
H A D | SurfaceImpl.cpp | 57 const angle::Format *SurfaceImpl::getD3DTextureColorFormat() const in getD3DTextureColorFormat() argument 63 egl::SupportedCompositorTimings SurfaceImpl::getSupportedCompositorTimings() const in getSupportedCompositorTimings() argument 69 getCompositorTiming(EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values) const getCompositorTiming() argument 77 getNextFrameId(EGLuint64KHR *frameId) const getNextFrameId() argument 83 getSupportedTimestamps() const getSupportedTimestamps() argument 89 getFrameTimestamps(EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values) const getFrameTimestamps() argument 105 getUserWidth(const egl::Display *display, EGLint *value) const getUserWidth() argument 111 getUserHeight(const egl::Display *display, EGLint *value) const getUserHeight() argument 139 origin() const origin() argument [all...] |