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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Image11.h 26 class TextureStorage11;
57 bool isAssociatedStorageValid(TextureStorage11* textureStorage) const;
67 bool copyToStorageImpl(TextureStorage11 *storage11, int level, int layerTarget, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
81 TextureStorage11 *mAssociatedStorage;
TextureStorage11.h 7 // TextureStorage11.h: Defines the abstract rx::TextureStorage11 class and its concrete derived
32 class TextureStorage11 : public TextureStorage
35 virtual ~TextureStorage11();
37 static TextureStorage11 *makeTextureStorage11(TextureStorage *storage);
73 TextureStorage11(Renderer *renderer, UINT bindFlags);
145 DISALLOW_COPY_AND_ASSIGN(TextureStorage11);
153 class TextureStorage11_2D : public TextureStorage11
190 class TextureStorage11_Cube : public TextureStorage11
226 class TextureStorage11_3D : public TextureStorage11
    [all...]
TextureStorage11.cpp 7 // TextureStorage11.cpp: Implements the abstract rx::TextureStorage11 class and its concrete derived
10 #include "libGLESv2/renderer/d3d/d3d11/TextureStorage11.h"
27 TextureStorage11::SwizzleCacheValue::SwizzleCacheValue()
32 TextureStorage11::SwizzleCacheValue::SwizzleCacheValue(GLenum red, GLenum green, GLenum blue, GLenum alpha)
37 bool TextureStorage11::SwizzleCacheValue::operator==(const SwizzleCacheValue &other) const
45 bool TextureStorage11::SwizzleCacheValue::operator!=(const SwizzleCacheValue &other) const
50 TextureStorage11::SRVKey::SRVKey(int baseLevel, int mipLevels, bool swizzle)
55 bool TextureStorage11::SRVKey::operator==(const SRVKey &rhs) const
62 TextureStorage11::SRVCache::~SRVCache(
    [all...]
Image11.cpp 12 #include "libGLESv2/renderer/d3d/d3d11/TextureStorage11.h"
126 bool Image11::copyToStorageImpl(TextureStorage11 *storage11, int level, int layerTarget, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
156 bool Image11::isAssociatedStorageValid(TextureStorage11* textureStorage) const
Renderer11.cpp 30 #include "libGLESv2/renderer/d3d/d3d11/TextureStorage11.h"
423 TextureStorage11 *storage11 = TextureStorage11::makeTextureStorage11(texStorage);
494 TextureStorage11 *storage11 = TextureStorage11::makeTextureStorage11(texStorage);
    [all...]

Completed in 79 milliseconds