HomeSort by relevance Sort by last modified time
    Searched refs:createTexture (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.h 91 Platform3DObject createTexture();
122 Texture* createTexture(NativeImagePtr, Texture::Format, int width, int height);
132 PassRefPtr<Texture> createTexture(Texture::Format, int width, int height);
SharedGraphicsContext3D.cpp 188 Platform3DObject SharedGraphicsContext3D::createTexture()
190 return m_context->createTexture();
235 Texture* SharedGraphicsContext3D::createTexture(NativeImagePtr ptr, Texture::Format format, int width, int height)
275 PassRefPtr<Texture> SharedGraphicsContext3D::createTexture(Texture::Format format, int width, int height)
Texture.cpp 99 int textureId = context->createTexture();
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
ResourceManager.h 48 GLuint createTexture();
Texture.h 131 // The pointer returned is weak and it is assumed the derived class will keep a strong pointer until the next createTexture() call.
132 virtual IDirect3DBaseTexture9 *createTexture() = 0;
237 virtual IDirect3DBaseTexture9 *createTexture();
288 virtual IDirect3DBaseTexture9 *createTexture();
ResourceManager.cpp 120 GLuint ResourceManager::createTexture()
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaTexture.h 71 TextureWrapper* createTexture();
MediaTexture.cpp 95 m_contentTexture = createTexture();
118 TextureWrapper* videoTexture = createTexture();
277 MediaTexture::TextureWrapper* MediaTexture::createTexture()
  /external/webkit/Source/WebCore/platform/graphics/gpu/qt/
DrawingBufferQt.cpp 57 m_colorBuffer = context->createTexture();
  /external/webkit/Source/WebCore/platform/graphics/gtk/
DrawingBufferGtk.cpp 57 m_colorBuffer = context->createTexture();
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.h 46 virtual PassRefPtr<BitmapTexture> createTexture();
  /external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.h 61 virtual PassRefPtr<BitmapTexture> createTexture();
TextureMapperQt.cpp 174 PassRefPtr<BitmapTexture> TextureMapperQt::createTexture()
  /external/webkit/Source/WebCore/platform/graphics/gpu/mac/
DrawingBufferMac.mm 70 m_colorBuffer = context->createTexture();
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 112 virtual PassRefPtr<BitmapTexture> createTexture() = 0;
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 96 sp<EGLTextureObject> createTexture(GLuint name);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
Canvas2DLayerChromium.cpp 70 m_textureId = context->createTexture();
GLES2Canvas.h 93 Texture* createTexture(NativeImagePtr, Texture::Format, int width, int height);
DrawingBufferChromium.cpp 58 unsigned offscreenColorTexture = context->createTexture();
TextureManager.cpp 149 GLC(m_context.get(), textureId = m_context->createTexture());
  /frameworks/base/opengl/java/android/opengl/
ETC1Util.java 48 loadTexture(target, level, border, fallbackFormat, fallbackType, createTexture(input));
152 public static ETC1Texture createTexture(InputStream input) throws IOException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 92 mNewValue = createTexture(mTextureDataFile, mWidth, mHeight);
128 private String createTexture(File textureDataFile, int width, int height) throws IOException {
  /external/skia/src/gpu/
GrAtlas.cpp 187 fTexture[format] = fGpu->createTexture(desc, NULL, 0);
GrGpu.h 121 GrTexture* createTexture(const GrTextureDesc& desc,
  /frameworks/base/libs/hwui/
ShapeCache.cpp 129 texture = createTexture(0, 0, offset, rectWidth, rectHeight, 0);

Completed in 443 milliseconds

1 2 3