Home
last modified time | relevance | path

Searched refs:fCaps (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/gl/
DGrGpuGL.cpp242 fCaps.f8BitPaletteSupport = true; in initCaps()
251 fCaps.fTwoSidedStencilSupport = (this->glVersion() >= GR_GL_VER(2,0)); in initCaps()
253 fCaps.fStencilWrapOpsSupport = (this->glVersion() >= GR_GL_VER(1,4)) || in initCaps()
257 fCaps.fTwoSidedStencilSupport = true; in initCaps()
258 fCaps.fStencilWrapOpsSupport = true; in initCaps()
262 fCaps.fBufferLockSupport = true; // we require VBO support and the desktop VBO in initCaps()
265 fCaps.fBufferLockSupport = this->hasExtension("GL_OES_mapbuffer"); in initCaps()
271 fCaps.fNPOTTextureTileSupport = true; in initCaps()
273 fCaps.fNPOTTextureTileSupport = false; in initCaps()
277 fCaps.fNPOTTextureTileSupport = this->hasExtension("GL_OES_texture_npot"); in initCaps()
[all …]
DGrGpuGLShaders.cpp303 fCaps.fDualSourceBlendingSupport = in GrGpuGLShaders()
306 fCaps.fShaderDerivativeSupport = true; in GrGpuGLShaders()
308 fCaps.fGeometryShaderSupport = in GrGpuGLShaders()
312 fCaps.fShaderDerivativeSupport = in GrGpuGLShaders()
/external/skia/src/gpu/
DGrDrawTarget.h69 const Caps& getCaps() const { return fCaps; } in getCaps()
991 Caps fCaps; variable
DGrInOrderDrawBuffer.cpp30 fCaps = gpu->getCaps(); in GrInOrderDrawBuffer()
DGrDrawTarget.cpp968 if (!fCaps.fHWAALineSupport || in willUseHWAALines()