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

  /external/swiftshader/src/Main/
FrameBuffer.hpp 30 Format destFormat;
FrameBuffer.cpp 123 updateState.destFormat = format;
174 const int dBytes = Surface::bytes(state.destFormat);
192 switch(state.destFormat)
586 switch(state.destFormat)
  /frameworks/av/cmds/stagefright/
mediafilter.cpp 191 sp<AMessage> srcFormat, destFormat;
193 filterState->mCodec->getInputFormat(&destFormat);
203 CHECK(destFormat->findInt32("stride", &destStride)
204 && destFormat->findInt32("slice-height", &destSliceHeight)
205 && destFormat->findInt32("width", &destWidth)
206 && destFormat->findInt32("height", & destHeight)
207 && destFormat->findInt32("color-format", &destColorFormat));
  /external/swiftshader/src/Renderer/
Blitter.hpp 67 Format destFormat;
Blitter.cpp 429 switch(state.destFormat)
545 if(writeA && (state.destFormat == FORMAT_X8B8G8R8I || state.destFormat == FORMAT_X8B8G8R8_SNORM))
560 if(writeA && (state.destFormat == FORMAT_X8B8G8R8UI))
857 switch(state.destFormat)
862 if(writeA && (state.destFormat != FORMAT_A8B8G8R8I))
875 if(writeA && (state.destFormat != FORMAT_A8B8G8R8UI))
888 if(writeA && (state.destFormat != FORMAT_A16B16G16R16I))
901 if(writeA && (state.destFormat != FORMAT_A16B16G16R16UI))
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Texture.h 104 bool copy(egl::Image *source, const sw::Rect &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, egl::Image *dest);
Texture.cpp 276 bool Texture::copy(egl::Image *source, const sw::Rect &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, egl::Image *dest)
  /external/swiftshader/src/OpenGL/libGL/
Texture.h 98 bool copy(Image *source, const sw::Rect &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, Image *dest);
Texture.cpp 241 bool Texture::copy(Image *source, const sw::Rect &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, Image *dest)
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]

Completed in 173 milliseconds