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

  /external/swiftshader/src/OpenGL/common/
Image.cpp     [all...]
  /external/swiftshader/src/D3D8/
Direct3DVolume8.cpp 148 lockedVolume->RowPitch = pitchB(getWidth(), 0, getExternalFormat(), false);
149 lockedVolume->SlicePitch = sliceB(getWidth(), getHeight(), 0, getExternalFormat(), false);
  /external/swiftshader/src/Renderer/
Surface.hpp 303 inline Format getExternalFormat() const;
548 return internal ? getInternalFormat() : getExternalFormat();
571 Format Surface::getExternalFormat() const
Sampler.cpp 126 externalTextureFormat = surface->getExternalFormat();
PixelProcessor.cpp 1026 state.writeSRGB = context->writeSRGB && context->renderTarget[0] && Surface::isSRGBwritable(context->renderTarget[0]->getExternalFormat());
    [all...]
  /external/skia/src/gpu/gl/
GrGLCaps.h 425 bool getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig,
527 getExternalFormat().
GrGLCaps.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLCaps.h 428 bool getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig,
527 getExternalFormat().
GrGLCaps.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.cpp     [all...]

Completed in 291 milliseconds