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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
TextureD3D.cpp 172 bool TextureD3D::isFastUnpackable(const gl::PixelUnpackState &unpack, GLenum sizedInternalFormat)
174 return unpack.pixelBuffer.id() != 0 && mRenderer->supportsFastCopyBufferToTexture(sizedInternalFormat);
178 GLenum sizedInternalFormat, GLenum type, RenderTarget *destRenderTarget)
187 ASSERT(mRenderer->supportsFastCopyBufferToTexture(sizedInternalFormat));
191 return mRenderer->fastCopyBufferToTexture(unpack, offset, destRenderTarget, sizedInternalFormat, type, destArea);
299 GLenum sizedInternalFormat = gl::GetSizedInternalFormat(internalFormat, type);
303 redefineImage(level, sizedInternalFormat, width, height);
306 if (isFastUnpackable(unpack, sizedInternalFormat) && isLevelComplete(level))
314 if (destRenderTarget && fastUnpackPixels(unpack, pixels, destArea, sizedInternalFormat, type, destRenderTarget))
380 GLenum sizedInternalFormat = gl::GetSizedInternalFormat(format, GL_UNSIGNED_BYTE)
    [all...]
TextureD3D.h 61 bool isFastUnpackable(const gl::PixelUnpackState &unpack, GLenum sizedInternalFormat);
63 GLenum sizedInternalFormat, GLenum type, RenderTarget *destRenderTarget);
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES.cpp 953 GLenum sizedInternalFormat = GetSizedInternalFormat(format, type);
954 const InternalFormat &sizedFormatInfo = GetInternalFormatInfo(sizedInternalFormat);
    [all...]
Context.cpp     [all...]

Completed in 83 milliseconds