Home
last modified time | relevance | path

Searched defs:const (Results 11751 - 11775 of 20727) sorted by relevance

1...<<471472473474475476477478479480>>...830

/third_party/skia/src/gpu/
H A DGrTextureProxy.cpp134 sk_sp<GrSurface> GrTextureProxy::createSurface(GrResourceProvider* resourceProvider) const { in createSurface() argument
169 GrMipmapped GrTextureProxy::mipmapped() const { in mipmapped() argument
176 size_t GrTextureProxy::onUninstantiatedGpuMemorySize() const { in onUninstantiatedGpuMemorySize() argument
210 GrSurfaceProxy::LazySurfaceDesc GrTextureProxy::callbackDesc() const { in callbackDesc() argument
[all...]
H A DGrXferProcessor.cpp26 bool GrXferProcessor::hasSecondaryOutput() const { in hasSecondaryOutput() argument
33 void GrXferProcessor::addToKey(const GrShaderCaps& caps, in addToKey() argument
143 SkString GrXferProcessor::BlendInfo::dump() const { in dump() argument
267 emitWriteSwizzle(GrGLSLXPFragmentBuilder* x, const GrSwizzle& swizzle, const char* outColor, const char* outColorSecondary) const emitWriteSwizzle() argument
[all...]
H A DSurfaceContext.h60 GrRecordingContext* recordingContext() const { return fContext; } in recordingContext() argument
62 const GrColorInfo& colorInfo() const { return fColorInfo; } in colorInfo() argument
63 GrImageInfo imageInfo() const { return {fColorInfo, fReadView.proxy()->dimensions()}; } in imageInfo() argument
65 GrSurfaceOrigin origin() const { return fReadView.origin(); } in origin() argument
66 GrSwizzle readSwizzle() const { return fReadView.swizzle(); } in readSwizzle() argument
71 SkISize dimensions() const { return fReadView.dimensions(); } in dimensions() argument
72 int width() const { retur in dimensions() argument
73 height() const height() argument
75 mipmapped() const mipmapped() argument
135 asSurfaceProxy() const asSurfaceProxy() argument
139 asTextureProxy() const asTextureProxy() argument
143 asRenderTargetProxy() const asRenderTargetProxy() argument
[all...]
/third_party/skia/src/gpu/effects/
H A DGrCustomXfermode.cpp94 bool hasHWBlendEquation() const { return kIllegal_GrBlendEquation != fHWBlendEquation; } in hasHWBlendEquation() argument
108 getShaderDfxInfo() const getShaderDfxInfo() argument
115 onAddToKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const onAddToKey() argument
173 onIsEqual(const GrXferProcessor& other) const onIsEqual() argument
178 xferBarrierType(const GrCaps& caps) const xferBarrierType() argument
185 onGetBlendInfo(BlendInfo* blendInfo) const onGetBlendInfo() argument
232 makeXferProcessor( const GrProcessorAnalysisColor&, GrProcessorAnalysisCoverage coverage, const GrCaps& caps, GrClampType clampType) const makeXferProcessor() argument
244 analysisProperties( const GrProcessorAnalysisColor&, const GrProcessorAnalysisCoverage& coverage, const GrCaps& caps, GrClampType clampType) const analysisProperties() argument
[all...]
H A DGrBitmapTextGeoProc.cpp180 getShaderDfxInfo() const getShaderDfxInfo() argument
188 addToKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const addToKey() argument
198 makeProgramImpl( const GrShaderCaps& caps) const makeProgramImpl() argument
[all...]
H A DGrConvexPolyEffect.cpp88 SkString GrConvexPolyEffect::getShaderDfxInfo() const in getShaderDfxInfo() argument
95 void GrConvexPolyEffect::onAddToKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const { in onAddToKey() argument
101 std::unique_ptr<GrFragmentProcessor::ProgramImpl> GrConvexPolyEffect::onMakeProgramImpl() const { in onMakeProgramImpl() argument
180 clone() const clone() argument
184 onIsEqual(const GrFragmentProcessor& other) const onIsEqual() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrPathUtils.h85 apply(void* vertices, int vertexCount, size_t stride, size_t uvOffset) const apply() argument
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLTexture.cpp93 GrGLenum GrGLTexture::target() const { return target_from_texture_type(this->textureType()); } in target() argument
113 GrBackendTexture GrGLTexture::getBackendTexture() const { in getBackendTexture() argument
121 GrBackendFormat GrGLTexture::backendFormat() const { in backendFormat() argument
149 void GrGLTexture::dumpMemoryStatistics(SkTraceMemoryDump* traceMemoryDump) const { in dumpMemoryStatistics() argument
H A DGrGLProgram.h78 GrGLuint programID() const { return fProgramID; } in programID() argument
111 vertexStride() const vertexStride() argument
112 instanceStride() const instanceStride() argument
114 numVertexAttributes() const numVertexAttributes() argument
115 vertexAttribute(int i) const vertexAttribute() argument
120 numInstanceAttributes() const numInstanceAttributes() argument
121 instanceAttribute(int i) const instanceAttribute() argument
[all...]
/third_party/skia/src/gpu/glsl/
H A DGrGLSLProgramBuilder.h39 const GrShaderCaps* shaderCaps() const { return this->caps()->shaderCaps(); } in shaderCaps() argument
41 GrSurfaceOrigin origin() const { return fProgramInfo.origin(); } in origin() argument
42 const GrPipeline& pipeline() const { return fProgramInfo.pipeline(); } in pipeline() argument
43 const GrGeometryProcessor& geometryProcessor() const { return fProgramInfo.geomProc(); } in geometryProcessor() argument
44 bool snapVerticesToPixelCenters() const { in snapVerticesToPixelCenters() argument
47 hasPointSize() const hasPointSize() argument
50 desc() const desc() argument
54 samplerVariable(SamplerHandle handle) const samplerVariable() argument
58 samplerSwizzle(SamplerHandle handle) const samplerSwizzle() argument
62 inputSamplerVariable(SamplerHandle handle) const inputSamplerVariable() argument
66 inputSamplerSwizzle(SamplerHandle handle) const inputSamplerSwizzle() argument
122 fragColorIsInOut() const fragColorIsInOut() argument
[all...]
/third_party/skia/src/gpu/ops/
H A DGrSimpleMeshDrawOpHelper.h87 isTrivial() const isTrivial() argument
91 usesLocalCoords() const usesLocalCoords() argument
96 compatibleWithCoverageAsAlpha() const compatibleWithCoverageAsAlpha() argument
98 visitProxies(const GrVisitProxyFunc& func) const visitProxies() argument
107 aaType() const aaType() argument
180 pipelineFlags() const pipelineFlags() argument
[all...]
H A DGrSimpleMeshDrawOpHelperWithStencil.cpp18 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags() const { in fixedFunctionFlags() argument
38 isCompatible( const GrSimpleMeshDrawOpHelperWithStencil& that, const GrCaps& caps, const SkRect& thisBounds, const SkRect& thatBounds, bool ignoreAAType) const isCompatible() argument
72 dumpInfo() const dumpInfo() argument
[all...]
/third_party/skia/src/gpu/tessellate/
H A DPathTessellator.h65 patchAttribs() const patchAttribs() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DMatrixStack.cpp191 bool MatrixStack::isIdentity() const in isIdentity() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DAnalyzeCallDepth.cpp40 const TString &AnalyzeCallDepth::FunctionNode::getName() const in getName() argument
92 unsigned int AnalyzeCallDepth::FunctionNode::getLastDepth() const in getLastDepth() argument
H A DCompiler.cpp248 const TExtensionBehavior& TCompiler::getExtensionBehavior() const in getExtensionBehavior() argument
H A DConstantUnion.h99 int getIConst() const { return iConst; } in getIConst() argument
100 unsigned int getUConst() const { return uConst; } in getUConst() argument
101 float getFConst() const { return fConst; } in getFConst() argument
102 bool getBConst() const { return bConst; } in getBConst() argument
104 float getAsFloat() const in getAsFloat() argument
118 operator ==(const int i) const operator ==() argument
123 operator ==(const unsigned int u) const operator ==() argument
128 operator ==(const float f) const operator ==() argument
133 operator ==(const bool b) const operator ==() argument
138 operator ==(const ConstantUnion& constant) const operator ==() argument
157 operator !=(const int i) const operator !=() argument
162 operator !=(const unsigned int u) const operator !=() argument
167 operator !=(const float f) const operator !=() argument
172 operator !=(const bool b) const operator !=() argument
177 operator !=(const ConstantUnion& constant) const operator !=() argument
182 operator >(const ConstantUnion& constant) const operator >() argument
197 operator <(const ConstantUnion& constant) const operator <() argument
212 operator <=(const ConstantUnion& constant) const operator <=() argument
227 operator >=(const ConstantUnion& constant) const operator >=() argument
242 operator +(const ConstantUnion& constant) const operator +() argument
256 operator -(const ConstantUnion& constant) const operator -() argument
270 operator *(const ConstantUnion& constant) const operator *() argument
284 operator %(const ConstantUnion& constant) const operator %() argument
297 operator >>(const ConstantUnion& constant) const operator >>() argument
310 operator <<(const ConstantUnion& constant) const operator <<() argument
326 operator &(const ConstantUnion& constant) const operator &() argument
339 operator |(const ConstantUnion& constant) const operator |() argument
352 operator ^(const ConstantUnion& constant) const operator ^() argument
365 operator &&(const ConstantUnion& constant) const operator &&() argument
377 operator ||(const ConstantUnion& constant) const operator ||() argument
389 getType() const getType() argument
[all...]
H A DPoolAlloc.cpp153 void TAllocation::checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) const in checkGuardBlock() argument
333 void TAllocation::checkAllocList() const in checkAllocList() argument
H A DSymbolTable.cpp98 size_t TType::getStructSize() const in getStructSize() argument
108 bool TStructure::containsArrays() const in containsArrays() argument
119 bool TStructure::containsType(TBasicType type) const in containsType() argument
130 bool TStructure::containsSamplers() const in containsSamplers() argument
149 buildMangledName() const buildMangledName() argument
161 calculateObjectSize() const calculateObjectSize() argument
175 calculateDeepestNesting() const calculateDeepestNesting() argument
221 find(const TString &name) const find() argument
230 find(const TString &name, int shaderVersion, bool *builtIn, bool *sameScope) const find() argument
260 findBuiltIn(const TString &name, int shaderVersion) const findBuiltIn() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DSurface.hpp66 isWindowSurface() const isWindowSurface() argument
67 isPBufferSurface() const isPBufferSurface() argument
68 hasClientBuffer() const hasClientBuffer() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DRenderbuffer.h55 virtual GLsizei getDepth() const { return 1; } in getDepth() argument
56 virtual GLint getLevel() const { return 0; } in getLevel() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderGroup.cpp79 SpirvShader::EmitResult SpirvShader::EmitGroupNonUniform(InsnIterator insn, EmitState *state) const in EmitGroupNonUniform() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelShader.cpp111 bool PixelShader::depthOverride() const in depthOverride() argument
116 bool PixelShader::containsKill() const in containsKill() argument
121 bool PixelShader::containsCentroid() const in containsCentroid() argument
126 bool PixelShader::usesDiffuse(int component) const in usesDiffuse() argument
131 bool PixelShader::usesSpecular(int component) const in usesSpecular() argument
136 bool PixelShader::usesTexture(int coordinate, int component) const in usesTexture() argument
149 getInput(int inputIdx, int component) const getInput() argument
[all...]
H A DVertexShader.cpp155 bool VertexShader::containsTextureSampling() const in containsTextureSampling() argument
186 const sw::Shader::Semantic& VertexShader::getInput(int inputIdx) const in getInput() argument
191 VertexShader::AttribType VertexShader::getAttribType(int inputIdx) const in getAttribType() argument
196 getOutput(int outputIdx, int component) const getOutput() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DLRUCache.hpp169 key() const key() argument
175 data() const data() argument
189 operator *() const operator *() argument
202 operator ==(const iterator &rhs) const operator ==() argument
208 operator !=(const iterator &rhs) const operator !=() argument
292 begin() const begin() argument
298 end() const end() argument
344 operator ()(const Keyed *k) const operator ()() argument
350 operator ()(const Keyed *a, const Keyed *b) const operator ()() argument
[all...]

Completed in 17 milliseconds

1...<<471472473474475476477478479480>>...830