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

1 2

  /external/chromium_org/third_party/skia/gm/
samplerstress.cpp 46 void createTexture() {
78 createTexture();
  /external/skia/gm/
samplerstress.cpp 46 void createTexture() {
78 createTexture();
  /external/chromium_org/third_party/skia/tests/
ClipCacheTest.cpp 20 static GrTexture* createTexture(GrContext* context) {
136 createTexture(context);
  /external/skia/tests/
ClipCacheTest.cpp 20 static GrTexture* createTexture(GrContext* context) {
136 createTexture(context);
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 252 sp<EGLTextureObject> EGLSurfaceManager::createTexture(GLuint name)
  /external/chromium_org/third_party/angle/src/libGLESv2/
ResourceManager.cpp 119 GLuint ResourceManager::createTexture()
Context.cpp 886 GLuint Context::createTexture()
888 return mResourceManager->createTexture();
    [all...]
  /external/deqp/modules/glshared/
glsSamplerObjectTest.cpp 468 GLuint TextureSamplerTest::createTexture (const glw::Functions& gl, GLenum target)
490 GLuint texture = createTexture(gl, m_target);
513 GLuint texture = createTexture(gl, m_target);
    [all...]
  /frameworks/base/libs/hwui/
PathCache.cpp 136 static PathTexture* createTexture(float left, float top, float offset,
271 PathTexture* texture = createTexture(left, top, offset, width, height,
480 texture = createTexture(0.0f, 0.0f, 0.0f, 0, 0, path->getGenerationID());
  /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 97 mNewValue = createTexture(mTextureDataFile, mWidth, mHeight);
135 private String createTexture(File textureDataFile, int width, int height) throws IOException {
  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.cpp 111 GrTexture* GrGpu::createTexture(const GrTextureDesc& desc,
GrContext.cpp 319 clampedTexture.reset(this->createTexture(NULL, desc, cacheID, srcData, rowBytes));
333 GrTexture* texture = fGpu->createTexture(rtDesc, NULL, 0);
378 texture = fGpu->createTexture(rtDesc, stretchedPixels.get(), stretchedRowBytes);
385 GrTexture* GrContext::createTexture(const GrTextureParams* params,
402 texture = fGpu->createTexture(desc, srcData, rowBytes);
422 GrTexture* texture = gpu->createTexture(desc, NULL, 0);
583 return fGpu->createTexture(descCopy, srcData, rowBytes);
    [all...]
  /external/skia/src/gpu/
GrGpu.cpp 111 GrTexture* GrGpu::createTexture(const GrTextureDesc& desc,
GrContext.cpp 319 clampedTexture.reset(this->createTexture(NULL, desc, cacheID, srcData, rowBytes));
333 GrTexture* texture = fGpu->createTexture(rtDesc, NULL, 0);
378 texture = fGpu->createTexture(rtDesc, stretchedPixels.get(), stretchedRowBytes);
385 GrTexture* GrContext::createTexture(const GrTextureParams* params,
402 texture = fGpu->createTexture(desc, srcData, rowBytes);
422 GrTexture* texture = gpu->createTexture(desc, NULL, 0);
583 return fGpu->createTexture(descCopy, srcData, rowBytes);
    [all...]
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 229 GLuint TestWebGraphicsContext3D::createTexture() {
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 747 WebGLId WebGraphicsContext3DImpl::createTexture() {
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureCompletenessTests.cpp 134 virtual void createTexture (void) = 0;
166 createTexture ();
186 virtual void createTexture (void) = 0;
215 createTexture();
245 virtual void createTexture (void);
263 void Incomplete2DSizeCase::createTexture (void)
308 virtual void createTexture (void);
326 void Incomplete2DFormatCase::createTexture (void)
365 virtual void createTexture (void);
379 void Incomplete2DMissingLevelCase::createTexture (void
    [all...]
es2fTextureSpecificationTests.cpp 363 virtual void createTexture (void) = DE_NULL;
447 createTexture();
625 void createTexture (void)
667 void createTexture (void)
716 void createTexture (void)
765 void createTexture (void)
827 void createTexture (void)
872 void createTexture (void)
919 void createTexture (void)
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 290 GLuint createTexture (const glw::Functions& gl, const TestConfig& config)
561 m_texture = createTexture(m_gl, m_config);
567 m_texture = createTexture(m_gl, m_config);
610 GLuint sourceTexture = createTexture(m_gl, m_config);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 113 virtual void createTexture (void) = DE_NULL;
170 createTexture();
326 void createTexture (void)
364 void createTexture (void)
425 void createTexture (void)
518 void createTexture (void)
604 void createTexture (void)
649 void createTexture (void)
718 void createTexture (void)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 264 virtual WebGLId createTexture() { return m_nextTextureId++; }
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 147 virtual void createTexture (void) = DE_NULL;
201 createTexture();
646 void createTexture (void)
701 void createTexture (void)
745 void createTexture (void)
784 void createTexture (void)
837 void createTexture (void)
897 void createTexture (void)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]
  /external/robolectric/lib/main/
android.jar 

Completed in 2328 milliseconds

1 2