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

  /development/tools/emulator/opengl/system/OpenglSystemCommon/
ThreadInfo.h 42 EGLThreadInfo *tInfo =
44 if (!tInfo) {
45 tInfo = slow_getEGLThreadInfo();
46 ((uint32_t *)__get_tls())[TLS_SLOT_OPENGL] = (uint32_t)tInfo;
48 return tInfo;
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp 48 RenderThreadInfo * tInfo = getRenderThreadInfo();
52 tInfo->m_glDec.initGL( gl_dispatch_get_proc_func, NULL );
53 tInfo->m_gl2Dec.initGL( gl2_dispatch_get_proc_func, NULL );
112 size_t last = tInfo->m_glDec.decode(readBuf.buf(), readBuf.validData(), m_stream);
121 last = tInfo->m_gl2Dec.decode(readBuf.buf(), readBuf.validData(), m_stream);
ColorBuffer.cpp 160 RenderThreadInfo *tInfo = getRenderThreadInfo();
161 if (!tInfo->currContext.Ptr()) {
173 if (tInfo->currContext->isGL2()) {
232 if (tInfo->currContext->isGL2()) {
247 RenderThreadInfo *tInfo = getRenderThreadInfo();
248 if (tInfo->currContext.Ptr()) {
250 if (tInfo->currContext->isGL2()) {
268 RenderThreadInfo *tInfo = getRenderThreadInfo();
269 if (tInfo->currContext.Ptr()) {
271 if (tInfo->currContext->isGL2())
    [all...]
RenderControl.cpp 66 RenderThreadInfo *tInfo = getRenderThreadInfo();
67 if (!tInfo || !tInfo->currContext.Ptr()) {
73 if (tInfo->currContext->isGL2()) {
  /development/tools/emulator/opengl/system/egl/
egl.cpp 409 EGLThreadInfo *tInfo = getEGLThreadInfo();
410 if (!tInfo || !tInfo->currentContext) {
423 strPtr = &tInfo->currentContext->versionString;
426 strPtr = &tInfo->currentContext->vendorString;
429 strPtr = &tInfo->currentContext->rendererString;
432 strPtr = &tInfo->currentContext->extensionString;
777 EGLThreadInfo *tInfo = getEGLThreadInfo();
778 if (tInfo && tInfo->currentContext)
    [all...]
  /external/doclava/src/com/google/doclava/
Stubs.java 184 for (TypeInfo tInfo : cl.asTypeInfo().typeArguments()) {
185 if (tInfo.asClassInfo() != null) {
186 cantStripThis(tInfo.asClassInfo(), notStrippable, "4:" + cl.qualifiedName());
226 for (TypeInfo tInfo : mInfo.getTypeParameters()) {
227 if (tInfo.asClassInfo() != null) {
228 cantStripThis(tInfo.asClassInfo(), notStrippable, "8:"
    [all...]

Completed in 117 milliseconds