Searched refs:textureBufferOES (Results 1 – 2 of 2) sorted by relevance
33 bool textureBufferAny() const { return textureBufferEXT || textureBufferOES; } in textureBufferAny()38 bool textureBufferOES = false; member90 m_extensions.textureBufferOES = hasExtension("GL_OES_texture_buffer"); in setExtensions()
2660 SET_ERROR_IF(!ctx->getExtensions().textureBufferOES, GL_INVALID_OPERATION); in s_glTexBufferOES()2671 SET_ERROR_IF(!ctx->getExtensions().textureBufferOES, GL_INVALID_OPERATION); in s_glTexBufferRangeOES()