Searched defs:textureBufferAny (Results 1 – 3 of 3) sorted by relevance
35 bool textureBufferAny() const { return textureBufferEXT || textureBufferOES; } in textureBufferAny() function
119 bool textureBufferAny() const { return ext_GL_OES_texture_buffer || ext_GL_EXT_texture_buffer; } in textureBufferAny() function
77 bool textureBufferAny() const { return (textureBufferEXT || textureBufferOES); } in textureBufferAny() function