HomeSort by relevance Sort by last modified time
    Searched refs:createTexture (Results 1 - 25 of 57) 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)
  /external/skia/gm/
samplerstress.cpp 42 void createTexture() {
82 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();
  /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();
  /external/skia/tests/
GLProgramsTest.cpp 52 SkAutoTUnref<GrTexture> dummyTexture1(this->createTexture(dummyDesc, NULL, 0));
56 SkAutoTUnref<GrTexture> dummyTexture2(this->createTexture(dummyDesc, NULL, 0));
ClipCacheTest.cpp 20 static GrTexture* createTexture(GrContext* context) {
121 createTexture(context);
  /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();
  /external/skia/src/gpu/
SkGr.cpp 121 return ctx->createTexture(params, desc, cacheID, storage.get(), bitmap->width());
142 return ctx->createTexture(params, desc, cacheID, bitmap->getPixels(), bitmap->rowBytes());
GrAtlas.cpp 187 fTexture[format] = fGpu->createTexture(desc, NULL, 0);
GrGpu.h 96 GrTexture* createTexture(const GrTextureDesc& desc,
  /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 95 mNewValue = createTexture(mTextureDataFile, mWidth, mHeight);
131 private String createTexture(File textureDataFile, int width, int height) throws IOException {
  /frameworks/base/libs/hwui/
PathCache.cpp 140 static PathTexture* createTexture(float left, float top, float offset,
263 PathTexture* texture = createTexture(left, top, offset, width, height,
462 texture = createTexture(0.0f, 0.0f, 0.0f, 0, 0, path->getGenerationID());

Completed in 174 milliseconds

1 2 3