Searched refs:setBufferData (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | GLEScontext.h | 304 bool setBufferData(GLenum target,GLsizeiptr size,const GLvoid* data,GLenum usage);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 1458 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/ |
D | GLEScmImp.cpp | 534 ctx->setBufferData(target,size,data,usage); in glBufferData()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 833 ctx->setBufferData(target,size,data,usage); in glBufferData()
|