Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLEScontext.h158 virtual void drawValidate(void);
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp320 ctx->drawValidate(); in glCheckFramebufferStatus()
326 ctx->drawValidate(); in glClear()
562 ctx->drawValidate(); in glDrawArrays()
591 ctx->drawValidate(); in glDrawElements()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp353 ctx->drawValidate(); in glClear()
558 ctx->drawValidate(); in glDrawArrays()
579 ctx->drawValidate(); in glDrawElements()
2226 ctx->drawValidate(); in glDrawTexOES()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp748 void GLEScontext::drawValidate(void) in drawValidate() function in GLEScontext