HomeSort by relevance Sort by last modified time
    Searched refs:setBufferSubData (Results 1 - 4 of 4) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 148 bool setBufferSubData(GLenum target,GLintptr offset,GLsizeiptr size,const GLvoid* data);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 467 bool GLEScontext::setBufferSubData(GLenum target,GLintptr offset,GLsizeiptr size,const GLvoid* data) {
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 348 SET_ERROR_IF(!ctx->setBufferSubData(target,offset,size,data),GL_INVALID_VALUE);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 313 SET_ERROR_IF(!ctx->setBufferSubData(target,offset,size,data),GL_INVALID_VALUE);
    [all...]

Completed in 198 milliseconds