Home
last modified time | relevance | path

Searched defs:textureFormat (Results 1 – 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/post/
DFilter.java97 …public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBuffe… in init()
130 …public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBuffe… in init()
134 …public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBuffe… in init()
148 …public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBuffe… in init()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DVideoLayerChromium.cpp117 unsigned textureFormat = determineTextureFormat(frame); in updateCompositorResources() local
186 …xturesIfNeeded(GraphicsContext3D* context, const VideoFrameChromium* frame, unsigned textureFormat) in allocateTexturesIfNeeded()
DTextureManager.cpp35 static size_t memoryUseBytes(IntSize size, unsigned textureFormat) in memoryUseBytes()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DlibGLESv2.cpp1198 GLenum textureFormat = texture->getFormat(); in glCopyTexSubImage2D() local