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 ((uint32_t *)__get_tls())[TLS_SLOT_OPENGL] = (uint32_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 173 RenderThreadInfo *tInfo = RenderThreadInfo::get();
174 if (!tInfo->currContext.Ptr()) {
186 if (tInfo->currContext->isGL2()) {
245 if (tInfo->currContext->isGL2()) {
260 RenderThreadInfo *tInfo = RenderThreadInfo::get();
261 if (tInfo->currContext.Ptr()) {
263 if (tInfo->currContext->isGL2()) {
281 RenderThreadInfo *tInfo = RenderThreadInfo::get();
282 if (tInfo->currContext.Ptr()) {
284 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 201 for (TypeInfo tInfo : cl.asTypeInfo().typeArguments()) {
202 if (tInfo.asClassInfo() != null) {
203 cantStripThis(tInfo.asClassInfo(), notStrippable, "4:" + cl.qualifiedName());
243 for (TypeInfo tInfo : mInfo.getTypeParameters()) {
244 if (tInfo.asClassInfo() != null) {
245 cantStripThis(tInfo.asClassInfo(), notStrippable, "8:"
    [all...]

Completed in 98 milliseconds