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

  /external/chromium_org/third_party/angle/src/libEGL/
Config.cpp 29 mBindToTextureRGBA = EGL_FALSE;
52 mBindToTextureRGBA = true;
75 mBindToTextureRGBA = true;
291 case EGL_BIND_TO_TEXTURE_RGBA: match = config->mBindToTextureRGBA == (EGLBoolean) attribute[1]; break;
Config.h 44 EGLBoolean mBindToTextureRGBA; // True if bindable to RGBA textures.
Display.cpp 174 case EGL_BIND_TO_TEXTURE_RGBA: *value = configuration->mBindToTextureRGBA; break;
369 (textureFormat == EGL_TEXTURE_RGBA && configuration->mBindToTextureRGBA != EGL_TRUE))

Completed in 31 milliseconds