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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Image11.cpp 445 ID3D11Texture3D *newTexture = NULL;
465 result = device->CreateTexture3D(&desc, initialData.data(), &newTexture);
469 result = device->CreateTexture3D(&desc, NULL, &newTexture);
479 mStagingTexture = newTexture;
484 ID3D11Texture2D *newTexture = NULL;
506 result = device->CreateTexture2D(&desc, initialData.data(), &newTexture);
510 result = device->CreateTexture2D(&desc, NULL, &newTexture);
520 mStagingTexture = newTexture;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
TextureSource.java 40 public static TextureSource newTexture() {
BackingStore.java 588 mTexture = TextureSource.newTexture();
CameraStreamer.java 700 TextureSource texture = TextureSource.newTexture();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 246 TextureInfo newTexture;
247 newTexture.textureId = createColorTexture();
248 allocateTextureMemory(&newTexture, m_size);
250 if (!newTexture.textureId)
253 frontColorBufferMailbox = createNewMailbox(newTexture);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Image9.cpp 170 IDirect3DTexture9 *newTexture = NULL;
185 poolToUse, &newTexture, NULL);
194 newTexture->GetSurfaceLevel(levelToFetch, &newSurface);
195 SafeRelease(newTexture);

Completed in 1392 milliseconds