Home
last modified time | relevance | path

Searched defs:textureBufferAny (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.h35 bool textureBufferAny() const { return textureBufferEXT || textureBufferOES; } in textureBufferAny() function
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h119 bool textureBufferAny() const { return ext_GL_OES_texture_buffer || ext_GL_EXT_texture_buffer; } in textureBufferAny() function
/aosp_15_r20/external/angle/src/libANGLE/
H A Dgles_extensions_autogen.h77 bool textureBufferAny() const { return (textureBufferEXT || textureBufferOES); } in textureBufferAny() function