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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
ThreadInfo.h 30 RenderContextPtr currContext;
ColorBuffer.cpp 161 if (!tInfo->currContext.Ptr()) {
173 if (tInfo->currContext->isGL2()) {
232 if (tInfo->currContext->isGL2()) {
248 if (tInfo->currContext.Ptr()) {
250 if (tInfo->currContext->isGL2()) {
269 if (tInfo->currContext.Ptr()) {
271 if (tInfo->currContext->isGL2()) {
RenderThread.cpp 156 if (tInfo.currContext || tInfo.currDrawSurf || tInfo.currReadSurf) {
RenderControl.cpp 67 if (!tInfo || !tInfo->currContext.Ptr()) {
73 if (tInfo->currContext->isGL2()) {
FrameBuffer.cpp 737 tinfo->currContext = ctx;

Completed in 274 milliseconds