Searched defs:GrGLCaps (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLCaps.cpp9 #include "GrGLCaps.h"
15 GrGLCaps::GrGLCaps() { function in class:GrGLCaps
19 void GrGLCaps::reset() {
58 GrGLCaps::GrGLCaps(const GrGLCaps& caps) : GrDrawTargetCaps() { function in class:GrGLCaps
62 GrGLCaps& GrGLCaps::operator= (const GrGLCaps
[all...]
H A DGrGLCaps.h26 class GrGLCaps : public GrDrawTargetCaps { class in inherits:GrDrawTargetCaps
28 SK_DECLARE_INST_COUNT(GrGLCaps)
91 * Creates a GrGLCaps that advertises no support for any extensions,
94 GrGLCaps();
96 GrGLCaps(const GrGLCaps& caps);
98 GrGLCaps& operator = (const GrGLCaps& caps);
106 * Initializes the GrGLCaps to the set of features supported in the current
415 bool init(const GrGLContextInfo&, const GrGLInterface*, const GrGLCaps
[all...]
/external/skia/src/gpu/gl/builders/
H A DGrGLFragmentShaderBuilder.cpp81 GrGLFragmentShaderBuilder::KeyForDstRead(const GrTexture* dstCopy, const GrGLCaps& caps) {
99 GrGLFragmentShaderBuilder::KeyForFragmentPosition(const GrRenderTarget* dst, const GrGLCaps&) { argument

Completed in 73 milliseconds