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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Blit11.h 33 bool swizzleTexture(ID3D11ShaderResourceView *source, ID3D11RenderTargetView *dest, const gl::Extents &size,
36 bool copyTexture(ID3D11ShaderResourceView *source, const gl::Box &sourceArea, const gl::Extents &sourceSize,
37 ID3D11RenderTargetView *dest, const gl::Box &destArea, const gl::Extents &destSize,
40 bool copyStencil(ID3D11Resource *source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize,
41 ID3D11Resource *dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize,
44 bool copyDepth(ID3D11ShaderResourceView *source, const gl::Box &sourceArea, const gl::Extents &sourceSize,
45 ID3D11DepthStencilView *dest, const gl::Box &destArea, const gl::Extents &destSize,
48 bool copyDepthStencil(ID3D11Resource *source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize,
49 ID3D11Resource *dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize,
62 bool copyDepthStencil(ID3D11Resource *source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize
    [all...]
PixelTransfer11.h 25 struct Extents;
65 static void setBufferToTextureCopyParams(const gl::Box &destArea, const gl::Extents &destSize, GLenum internalFormat,
Blit11.cpp 81 const gl::Extents &size, unsigned int cpuAccessFlags)
109 inline static void GenerateVertexCoords(const gl::Box &sourceArea, const gl::Extents &sourceSize,
110 const gl::Box &destArea, const gl::Extents &destSize,
125 static void Write2DVertices(const gl::Box &sourceArea, const gl::Extents &sourceSize,
126 const gl::Box &destArea, const gl::Extents &destSize,
145 static void Write3DVertices(const gl::Box &sourceArea, const gl::Extents &sourceSize,
146 const gl::Box &destArea, const gl::Extents &destSize,
371 bool Blit11::swizzleTexture(ID3D11ShaderResourceView *source, ID3D11RenderTargetView *dest, const gl::Extents &size,
509 bool Blit11::copyTexture(ID3D11ShaderResourceView *source, const gl::Box &sourceArea, const gl::Extents &sourceSize,
510 ID3D11RenderTargetView *dest, const gl::Box &destArea, const gl::Extents &destSize
    [all...]
PixelTransfer11.cpp 116 void PixelTransfer11::setBufferToTextureCopyParams(const gl::Box &destArea, const gl::Extents &destSize, GLenum internalFormat,
141 gl::Extents destSize = destRenderTarget->getExtents();
Clear11.cpp 31 static void ApplyVertices(const gl::Extents &framebufferSize, const gl::Rectangle *scissor, const gl::Color<T> &color, float depth, void *buffer)
168 gl::Extents framebufferSize;
Renderer11.cpp     [all...]
TextureStorage11.cpp 255 gl::Extents size(getLevelWidth(level), getLevelHeight(level), getLevelDepth(level));
297 gl::Extents texSize(getLevelWidth(level), getLevelHeight(level), getLevelDepth(level));
376 gl::Extents sourceSize(source->getWidth(), source->getHeight(), source->getDepth());
379 gl::Extents destSize(dest->getWidth(), dest->getHeight(), dest->getDepth());
    [all...]
Buffer11.cpp 151 gl::Extents mTextureSize;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
RenderTarget.h 39 gl::Extents getExtents() const { return gl::Extents(mWidth, mHeight, mDepth); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddvol.h 118 DISK_EXTENT Extents[1];
winioctl.h     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h 70 struct Extents
76 Extents() : width(0), height(0), depth(0) { }
77 Extents(int width_, int height_, int depth_) : width(width_), height(height_), depth(depth_) { }
  /external/chromium_org/chrome/utility/image_writer/
image_writer_win.cc 148 PLOG(ERROR) << "Unable to get volume disk extents.";
155 disk_extents.Extents[0].DiskNumber != device_number) {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 340 milliseconds