HomeSort by relevance Sort by last modified time
    Searched full:createtexture (Results 1 - 25 of 61) sorted by null

1 2 3

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
Photo.java 35 RendererUtils.createTexture(bitmap), bitmap.getWidth(), bitmap.getHeight()) : null;
39 return new Photo(RendererUtils.createTexture(), width, height);
60 texture = RendererUtils.createTexture();
RendererUtils.java 69 public static int createTexture() {
76 public static int createTexture(Bitmap bitmap) {
77 int texture = 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/
MediaTexture.h 71 TextureWrapper* createTexture();
MediaTexture.cpp 111 m_contentTexture = createTexture();
134 TextureWrapper* videoTexture = createTexture();
296 MediaTexture::TextureWrapper* MediaTexture::createTexture()
  /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)
  /external/webkit/Source/WebCore/platform/graphics/gpu/mac/
DrawingBufferMac.mm 70 m_colorBuffer = context->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/quake/quake/src/QW/dxsdk/sdk/inc/
d3drm.h 46 STDMETHOD(CreateTexture) (THIS_ LPD3DRMIMAGE, LPDIRECT3DRMTEXTURE *) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRM.H 46 STDMETHOD(CreateTexture) (THIS_ LPD3DRMIMAGE, LPDIRECT3DRMTEXTURE *) PURE;
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 112 virtual PassRefPtr<BitmapTexture> createTexture() = 0;
  /frameworks/base/opengl/libagl/
TextureObjectManager.h 96 sp<EGLTextureObject> createTexture(GLuint name);
  /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 {
  /external/skia/gpu/src/
GrAtlas.cpp 185 fTexture[format] = fGpu->createTexture(desc, NULL, 0);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
Canvas2DLayerChromium.cpp 70 m_textureId = context->createTexture();
DrawingBufferChromium.cpp 58 unsigned offscreenColorTexture = context->createTexture();
GLES2Canvas.h 93 Texture* createTexture(NativeImagePtr, Texture::Format, int width, int height);
TextureManager.cpp 149 GLC(m_context.get(), textureId = m_context->createTexture());

Completed in 473 milliseconds

1 2 3