Home
last modified time | relevance | path

Searched refs:getRendererString (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h308 const char * getRendererString(bool isGles1) const;
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1763 const char* GLEScontext::getRendererString(bool isGles1) const { in getRendererString() function in GLEScontext
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp428 return (const GLubyte*)ctx->getRendererString(true /* is gles1 */); in glGetString()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp2902 return (const GLubyte*)ctx->getRendererString(false /* not gles1 */); in glGetString()