Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h304 bool setBufferData(GLenum target,GLsizeiptr size,const GLvoid* data,GLenum usage);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1458 bool GLEScontext::setBufferData(GLenum target,GLsizeiptr size,const GLvoid* data,GLenum usage) { in setBufferData() function in GLEScontext
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp534 ctx->setBufferData(target,size,data,usage); in glBufferData()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp833 ctx->setBufferData(target,size,data,usage); in glBufferData()