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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 264 bool configToGLFormats(GrPixelConfig config,
GrGpuGL.cpp 358 if (!this->configToGLFormats(desc.fConfig, false, NULL, NULL, NULL)) {
583 if (!this->configToGLFormats(dataConfig, useTexStorage, &internalFormat,
753 if (!this->configToGLFormats(desc.fConfig, false, &internalFormat, NULL, NULL)) {
856 !this->configToGLFormats(desc->fConfig,
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.h 264 bool configToGLFormats(GrPixelConfig config,
GrGpuGL.cpp 358 if (!this->configToGLFormats(desc.fConfig, false, NULL, NULL, NULL)) {
583 if (!this->configToGLFormats(dataConfig, useTexStorage, &internalFormat,
753 if (!this->configToGLFormats(desc.fConfig, false, &internalFormat, NULL, NULL)) {
856 !this->configToGLFormats(desc->fConfig,
    [all...]

Completed in 42 milliseconds