HomeSort by relevance Sort by last modified time
    Searched full:createtexture (Results 1 - 25 of 63) 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 70 public static int createTexture() {
77 public static int createTexture(Bitmap bitmap) {
78 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/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/
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();
  /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/libs/hwui/
ShapeCache.cpp 129 texture = createTexture(0, 0, offset, rectWidth, rectHeight, 0);
  /frameworks/native/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 {
  /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);
  /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);

Completed in 960 milliseconds

1 2 3