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/d3d11/
Blit11.h 31 bool swizzleTexture(ID3D11ShaderResourceView *source, ID3D11RenderTargetView *dest, const gl::Extents &size,
34 bool copyTexture(ID3D11ShaderResourceView *source, const gl::Box &sourceArea, const gl::Extents &sourceSize,
35 ID3D11RenderTargetView *dest, const gl::Box &destArea, const gl::Extents &destSize,
38 bool copyStencil(ID3D11Resource *source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize,
39 ID3D11Resource *dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize,
42 bool copyDepth(ID3D11ShaderResourceView *source, const gl::Box &sourceArea, const gl::Extents &sourceSize,
43 ID3D11DepthStencilView *dest, const gl::Box &destArea, const gl::Extents &destSize,
46 bool copyDepthStencil(ID3D11Resource *source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize,
47 ID3D11Resource *dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize,
60 bool copyDepthStencil(ID3D11Resource *source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize
    [all...]
PixelTransfer11.h 19 struct Extents;
59 static void setBufferToTextureCopyParams(const gl::Box &destArea, const gl::Extents &destSize, GLenum internalFormat,
Blit11.cpp 82 const gl::Extents &size, unsigned int cpuAccessFlags)
110 inline static void GenerateVertexCoords(const gl::Box &sourceArea, const gl::Extents &sourceSize,
111 const gl::Box &destArea, const gl::Extents &destSize,
126 static void Write2DVertices(const gl::Box &sourceArea, const gl::Extents &sourceSize,
127 const gl::Box &destArea, const gl::Extents &destSize,
146 static void Write3DVertices(const gl::Box &sourceArea, const gl::Extents &sourceSize,
147 const gl::Box &destArea, const gl::Extents &destSize,
372 bool Blit11::swizzleTexture(ID3D11ShaderResourceView *source, ID3D11RenderTargetView *dest, const gl::Extents &size,
508 bool Blit11::copyTexture(ID3D11ShaderResourceView *source, const gl::Box &sourceArea, const gl::Extents &sourceSize,
509 ID3D11RenderTargetView *dest, const gl::Box &destArea, const gl::Extents &destSize
    [all...]
PixelTransfer11.cpp 117 void PixelTransfer11::setBufferToTextureCopyParams(const gl::Box &destArea, const gl::Extents &destSize, GLenum internalFormat,
142 gl::Extents destSize = destRenderTarget->getExtents();
Clear11.cpp 32 static void ApplyVertices(const gl::Extents &framebufferSize, const gl::Rectangle *scissor, const gl::Color<T> &color, float depth, void *buffer)
169 gl::Extents framebufferSize;
Renderer11.cpp     [all...]
TextureStorage11.cpp 253 gl::Extents size(getLevelWidth(level), getLevelHeight(level), getLevelDepth(level));
295 gl::Extents texSize(getLevelWidth(level), getLevelHeight(level), getLevelDepth(level));
350 gl::Extents sourceSize(source->getWidth(), source->getHeight(), source->getDepth());
353 gl::Extents destSize(dest->getWidth(), dest->getHeight(), dest->getDepth());
    [all...]
BufferStorage11.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 81 struct Extents
87 Extents() : width(0), height(0), depth(0) { }
88 Extents(int width_, int height_, int depth_) : width(width_), height(height_), depth(depth_) { }
  /external/chromium_org/chrome/utility/image_writer/
image_writer_win.cc 147 PLOG(ERROR) << "Unable to get volume disk extents.";
154 disk_extents.Extents[0].DiskNumber != device_number) {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/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 304 milliseconds