Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLEScontext.h144 GLvoid* getBindedBuffer(GLenum target);
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp440 GLvoid* GLEScontext::getBindedBuffer(GLenum target) { in getBindedBuffer() function in GLEScontext
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp595 …const unsigned char* buf = static_cast<unsigned char *>(ctx->getBindedBuffer(GL_ELEMENT_ARRAY_BUFF… in glDrawElements()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp584 …const unsigned char* buf = static_cast<unsigned char *>(ctx->getBindedBuffer(GL_ELEMENT_ARRAY_BUFF… in glDrawElements()