HomeSort by relevance Sort by last modified time
    Searched full:textureformat (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoLayerChromium.cpp 117 unsigned textureFormat = determineTextureFormat(frame);
118 if (textureFormat == GraphicsContext3D::INVALID_VALUE) {
140 bool texturesAllocated = allocateTexturesIfNeeded(context, frame, textureFormat);
151 updateTexture(context, texture.id, texture.size, textureFormat, frame->data(plane));
186 bool VideoLayerChromium::allocateTexturesIfNeeded(GraphicsContext3D* context, const VideoFrameChromium* frame, unsigned textureFormat)
207 allocateTexture(context, texture.id, requiredTextureSize, textureFormat);
241 void VideoLayerChromium::allocateTexture(GraphicsContext3D* context, unsigned textureId, const IntSize& dimensions, unsigned textureFormat) const
244 GLC(context, context->texImage2DResourceSafe(GraphicsContext3D::TEXTURE_2D, 0, textureFormat, dimensions.width(), dimensions.height(), 0, textureFormat, GraphicsContext3D::UNSIGNED_BYTE));
VideoLayerChromium.h 79 bool allocateTexturesIfNeeded(GraphicsContext3D*, const VideoFrameChromium*, unsigned textureFormat);
80 void allocateTexture(GraphicsContext3D*, unsigned textureId, const IntSize& dimensions, unsigned textureFormat) const;
82 void updateTexture(GraphicsContext3D*, unsigned textureId, const IntSize& dimensions, unsigned textureFormat, const void* data) const;
TextureManager.h 52 unsigned requestTexture(TextureToken, IntSize, unsigned textureFormat, bool* newTexture = 0);
TextureManager.cpp 35 static size_t memoryUseBytes(IntSize size, unsigned textureFormat)
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
Filter.java 93 * @param textureFormat
97 public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBufferFormat, int numSamples, boolean renderDepth) {
101 renderedTexture = new Texture2D(width, height, numSamples, textureFormat);
109 renderedTexture = new Texture2D(width, height, textureFormat);
127 * @param textureFormat
130 public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBufferFormat) {
131 init(renderer, width, height, textureFormat, depthBufferFormat, 1);
134 public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBufferFormat, int numSamples) {
135 init(renderer, width, height, textureFormat, depthBufferFormat, numSamples, false);
143 * @param textureFormat
    [all...]
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureTest.java 32 extras.putString("TextureFormat", format);
  /cts/tests/src/android/opengl/cts/
CompressedTextureStubActivity.java 43 String formatTest = extras.getString("TextureFormat", null);
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Surface.h 84 // EGLenum textureFormat; // Format of texture: RGB, RGBA, or no texture
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 227 U032 TextureFormat;
254 U032 TextureFormat;
  /cts/tools/tradefed-host/res/report/
cts_result.xsd 157 <xs:element name="TextureFormat" minOccurs="0" maxOccurs="unbounded">
cts_result.xsl 227 <xsl:for-each select="TestResult/DeviceInfo/OpenGLCompressedTextureFormatsInfo/TextureFormat">
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 53 private static final String OPENGL_TEXTURE_FORMAT_TAG = "TextureFormat";
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp     [all...]

Completed in 808 milliseconds