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.cc 286 type(GLTexture),
442 case GLTexture:
468 case GLTexture:
662 if (resource->type == GLTexture) {
723 if (resource->type == GLTexture) {
836 if (resource->type == GLTexture && !resource->gl_id) {
    [all...]
resource_provider_unittest.cc 356 case ResourceProvider::GLTexture: {
386 case ResourceProvider::GLTexture: {
460 if (GetParam() == ResourceProvider::GLTexture) {
525 if (expected_default_type == ResourceProvider::GLTexture)
531 if (expected_default_type == ResourceProvider::GLTexture)
540 if (expected_default_type == ResourceProvider::GLTexture)
616 if (GetParam() != ResourceProvider::GLTexture)
    [all...]
resource_provider.h 73 GLTexture = 1,
  /external/chromium_org/cc/output/
software_renderer.cc 218 case ResourceProvider::GLTexture:

Completed in 82 milliseconds