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

  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 92 bool isProgramInitialized(GLuint program);
GLSharedGroup.cpp 200 bool GLSharedGroup::isProgramInitialized(GLuint program)
  /development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp 495 SET_ERROR_IF(!ctx->m_shared->isProgramInitialized(program), GL_INVALID_OPERATION);
504 SET_ERROR_IF(!ctx->m_shared->isProgramInitialized(program), GL_INVALID_OPERATION);

Completed in 47 milliseconds