OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTextureHandle
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.cpp
68
GrBackendObject GrGLTexture::
getTextureHandle
() const {
GrGLTexture.h
76
virtual GrBackendObject
getTextureHandle
() const SK_OVERRIDE;
/external/skia/src/gpu/gl/
GrGLTexture.cpp
68
GrBackendObject GrGLTexture::
getTextureHandle
() const {
GrGLTexture.h
76
virtual GrBackendObject
getTextureHandle
() const SK_OVERRIDE;
/external/chromium_org/third_party/skia/include/gpu/
GrTexture.h
115
virtual GrBackendObject
getTextureHandle
() const = 0;
/external/skia/include/gpu/
GrTexture.h
115
virtual GrBackendObject
getTextureHandle
() const = 0;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerBridge.cpp
268
m_context->bindTexture(GraphicsContext3D::TEXTURE_2D, mailboxInfo->m_image->getTexture()->
getTextureHandle
());
342
return renderTarget->asTexture()->
getTextureHandle
();
/external/skia/tests/
SurfaceTest.cpp
192
REPORTER_ASSERT(reporter, 0 != texture->
getTextureHandle
());
/external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.cpp
653
unsigned int textureId = static_cast<unsigned int>(m_texture->
getTextureHandle
());
/external/chromium_org/cc/output/
gl_renderer.cc
672
int filtered_device_background_texture_id = texture->
getTextureHandle
();
847
Context()->bindTexture(GL_TEXTURE_2D, texture->
getTextureHandle
());
[
all
...]
Completed in 730 milliseconds