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

  /external/chromium_org/cc/resources/
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...]
resource_provider.cc 127 type(GLTexture) {}
205 case GLTexture:
223 case GLTexture:
709 DCHECK_NE(GLTexture, default_resource_type_);
717 default_resource_type_ = GLTexture;
749 if (default_resource_type_ != GLTexture) {
977 if (resource->type == GLTexture) {
    [all...]
resource_provider.h 52 GLTexture = 1,
  /external/chromium_org/cc/output/
software_renderer.cc 199 case ResourceProvider::GLTexture:

Completed in 364 milliseconds