Searched refs:fCaps (Results 1 – 5 of 5) sorted by relevance
242 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 …]
303 fCaps.fDualSourceBlendingSupport = in GrGpuGLShaders()306 fCaps.fShaderDerivativeSupport = true; in GrGpuGLShaders()308 fCaps.fGeometryShaderSupport = in GrGpuGLShaders()312 fCaps.fShaderDerivativeSupport = in GrGpuGLShaders()
69 const Caps& getCaps() const { return fCaps; } in getCaps()991 Caps fCaps; variable
30 fCaps = gpu->getCaps(); in GrInOrderDrawBuffer()
968 if (!fCaps.fHWAALineSupport || in willUseHWAALines()