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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
TextureD3D.cpp 87 GLenum TextureD3D::getBaseLevelInternalFormat() const
434 gl::GetInternalFormatInfo(getBaseLevelInternalFormat()).format,
498 redefineImage(level, getBaseLevelInternalFormat(),
617 GLenum internalFormat = getBaseLevelInternalFormat();
706 const GLenum storageFormat = getBaseLevelInternalFormat();
914 mRenderer->copyImageCube(source, sourceRect, gl::GetInternalFormatInfo(getBaseLevelInternalFormat()).format,
954 GLenum baseFormat = getBaseLevelInternalFormat();
    [all...]
TextureD3D.h 47 GLenum getBaseLevelInternalFormat() const;
  /external/chromium_org/third_party/angle/src/libGLESv2/
Texture.cpp 111 GLenum Texture::getBaseLevelInternalFormat() const
520 GLenum baseFormat = getBaseLevelInternalFormat();
679 if (faceLevelImage->getInternalFormat() != getBaseLevelInternalFormat())
828 if (levelImage->getInternalFormat() != getBaseLevelInternalFormat())
933 if (!textureCaps.get(getBaseLevelInternalFormat()).filterable && !IsPointSampled(samplerState))
Texture.h 63 GLenum getBaseLevelInternalFormat() const;
libGLESv2.cpp     [all...]

Completed in 85 milliseconds