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

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
ThreadInfo.h 42 EGLThreadInfo *tInfo =
44 if (!tInfo) {
45 tInfo = slow_getEGLThreadInfo();
46 ((uintptr_t *)__get_tls())[TLS_SLOT_OPENGL] = (uintptr_t)tInfo;
48 return tInfo;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp 54 RenderThreadInfo tInfo;
59 tInfo.m_glDec.initGL( gl_dispatch_get_proc_func, NULL );
60 tInfo.m_gl2Dec.initGL( gl2_dispatch_get_proc_func, NULL );
119 size_t last = tInfo.m_glDec.decode(readBuf.buf(), readBuf.validData(), m_stream);
128 last = tInfo.m_gl2Dec.decode(readBuf.buf(), readBuf.validData(), m_stream);
156 if (tInfo.currContext || tInfo.currDrawSurf || tInfo.currReadSurf) {
ColorBuffer.cpp 160 RenderThreadInfo *tInfo = RenderThreadInfo::get();
161 if (!tInfo->currContext.Ptr()) {
173 if (tInfo->currContext->isGL2()) {
232 if (tInfo->currContext->isGL2()) {
247 RenderThreadInfo *tInfo = RenderThreadInfo::get();
248 if (tInfo->currContext.Ptr()) {
250 if (tInfo->currContext->isGL2()) {
268 RenderThreadInfo *tInfo = RenderThreadInfo::get();
269 if (tInfo->currContext.Ptr()) {
271 if (tInfo->currContext->isGL2())
    [all...]
RenderControl.cpp 66 RenderThreadInfo *tInfo = RenderThreadInfo::get();
67 if (!tInfo || !tInfo->currContext.Ptr()) {
73 if (tInfo->currContext->isGL2()) {
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 408 EGLThreadInfo *tInfo = getEGLThreadInfo();
409 if (!tInfo || !tInfo->currentContext) {
422 strPtr = &tInfo->currentContext->versionString;
425 strPtr = &tInfo->currentContext->vendorString;
428 strPtr = &tInfo->currentContext->rendererString;
431 strPtr = &tInfo->currentContext->extensionString;
776 EGLThreadInfo *tInfo = getEGLThreadInfo();
777 if (tInfo && tInfo->currentContext)
    [all...]
  /external/doclava/src/com/google/doclava/
Stubs.java 231 for (TypeInfo tInfo : cl.asTypeInfo().typeArguments()) {
232 if (tInfo.asClassInfo() != null) {
233 cantStripThis(tInfo.asClassInfo(), notStrippable, "4:" + cl.qualifiedName());
273 for (TypeInfo tInfo : mInfo.getTypeParameters()) {
274 if (tInfo.asClassInfo() != null) {
275 cantStripThis(tInfo.asClassInfo(), notStrippable, "8:"
    [all...]

Completed in 6181 milliseconds