HomeSort by relevance Sort by last modified time
    Searched defs:createTexture (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
ResourceManager.cpp 120 GLuint ResourceManager::createTexture()
Texture.cpp 762 HRESULT result = getDevice()->CreateTexture(requestWidth, requestHeight, levelToFetch + 1, NULL, selectFormat(format, type),
    [all...]
Context.cpp 804 GLuint Context::createTexture()
806 return mResourceManager->createTexture();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaTexture.cpp 95 m_contentTexture = createTexture();
118 TextureWrapper* videoTexture = createTexture();
277 MediaTexture::TextureWrapper* MediaTexture::createTexture()
  /external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.cpp 174 PassRefPtr<BitmapTexture> TextureMapperQt::createTexture()
GraphicsContext3DQt.cpp     [all...]
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 252 sp<EGLTextureObject> EGLSurfaceManager::createTexture(GLuint name)
  /external/webkit/Source/WebCore/platform/graphics/gpu/
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)
  /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 {
  /frameworks/base/libs/hwui/
ShapeCache.h 510 static PathTexture* createTexture(float left, float top, float offset,
585 PathTexture* texture = createTexture(left, top, offset, width, height, path->getGenerationID());
  /external/skia/src/gpu/
GrGpu.cpp 144 GrTexture* GrGpu::createTexture(const GrTextureDesc& desc,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 656 PassRefPtr<BitmapTexture> TextureMapperGL::createTexture()
GraphicsContext3DOpenGL.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 543 Texture* GLES2Canvas::createTexture(NativeImagePtr ptr, Texture::Format format, int width, int height)
545 return m_context->createTexture(ptr, format, width, height);
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 479 milliseconds