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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 136 void enableArr(GLenum arr,bool enable);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 204 void GLEScontext::enableArr(GLenum arr,bool enable) {
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 548 ctx->enableArr(array,false);
614 ctx->enableArr(array,true);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 553 ctx->enableArr(index,false);
629 ctx->enableArr(index,true);
    [all...]

Completed in 513 milliseconds