HomeSort by relevance Sort by last modified time
    Searched defs:GLTexture (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/resources/
resource_provider.h 52 GLTexture = 1,
resource_provider_unittest.cc 344 case ResourceProvider::GLTexture: {
371 case ResourceProvider::GLTexture:
400 DCHECK_EQ(GetParam(), ResourceProvider::GLTexture);
428 if (expected_default_type == ResourceProvider::GLTexture)
434 if (expected_default_type == ResourceProvider::GLTexture)
443 if (expected_default_type == ResourceProvider::GLTexture)
520 if (GetParam() != ResourceProvider::GLTexture)
645 if (GetParam() != ResourceProvider::GLTexture)
702 if (GetParam() != ResourceProvider::GLTexture)
776 if (GetParam() != ResourceProvider::GLTexture)
    [all...]

Completed in 34 milliseconds