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

  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Config.cpp 37 mBindToTextureRGB = EGL_DONT_CARE;
110 mBindToTextureRGB = EGL_FALSE;
330 case EGL_BIND_TO_TEXTURE_RGB: match = config->mBindToTextureRGB == attribute[1]; break;
Config.h 47 EGLBoolean mBindToTextureRGB; // True if bindable to RGB textures.
Display.cpp 325 case EGL_BIND_TO_TEXTURE_RGB: *value = configuration->mBindToTextureRGB; break;

Completed in 165 milliseconds