OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrShaderCaps
(Results
1 - 15
of
15
) sorted by null
/external/skia/src/gpu/
GrOvalRenderer.h
14
class
GrShaderCaps
;
29
GrShaderCaps
* shaderCaps);
34
GrShaderCaps
* shaderCaps);
GrCoordTransform.cpp
30
const
GrShaderCaps
* caps = texture->getContext()->caps()->shaderCaps();
33
const
GrShaderCaps
::PrecisionInfo* info;
GrCaps.cpp
12
GrShaderCaps
::
GrShaderCaps
() {
46
SkString
GrShaderCaps
::dump() const {
76
void
GrShaderCaps
::applyOptionsOverrides(const GrContextOptions& options) {
GrPathRenderer.h
81
const
GrShaderCaps
* fShaderCaps;
GrDrawContext.cpp
498
GrShaderCaps
* shaderCaps = fContext->caps()->shaderCaps();
542
GrShaderCaps
* shaderCaps = fContext->caps()->shaderCaps();
702
GrShaderCaps
* shaderCaps = fContext->caps()->shaderCaps();
GrOvalRenderer.cpp
586
GrShaderCaps
* shaderCaps) {
[
all
...]
/external/skia/src/gpu/text/
GrAtlasTextContext.h
35
const
GrShaderCaps
&);
57
const
GrShaderCaps
&,
66
GrBatchFontCache*, const
GrShaderCaps
&,
73
const
GrShaderCaps
&,
GrTextUtils.h
21
class
GrShaderCaps
;
54
const SkSurfaceProps& props, const
GrShaderCaps
& caps);
GrAtlasTextContext.cpp
30
const
GrShaderCaps
& shaderCaps) {
164
const
GrShaderCaps
& shaderCaps,
254
const
GrShaderCaps
& shaderCaps,
279
const
GrShaderCaps
& shaderCaps, const GrPaint& paint,
GrTextUtils.cpp
157
const SkSurfaceProps& props, const
GrShaderCaps
& caps) {
/external/skia/include/gpu/
GrCaps.h
20
class
GrShaderCaps
: public SkRefCnt {
56
GrShaderCaps
();
134
GrShaderCaps
* shaderCaps() const { return fShaderCaps; }
266
SkAutoTUnref<
GrShaderCaps
> fShaderCaps;
GrXferProcessor.h
18
class
GrShaderCaps
;
/external/skia/src/gpu/glsl/
GrGLSLCaps.h
16
class GrGLSLCaps : public
GrShaderCaps
{
187
typedef
GrShaderCaps
INHERITED;
/external/skia/src/gpu/effects/
GrBezierEffect.cpp
119
const
GrShaderCaps
::PrecisionInfo& highP = args.fGLSLCaps->getFloatShaderPrecisionInfo(
[
all
...]
/external/skia/src/gpu/gl/
GrGLCaps.cpp
267
*
GrShaderCaps
fields
[
all
...]
Completed in 384 milliseconds