Searched refs:textureId (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/efl/
H A DGraphicsSurfaceCommon.cpp105 void copyFromTexture(GLuint textureId) argument
110 m_sharedSurface->updateContents(textureId);
132 GLuint textureId() const function in struct:WebCore::GraphicsSurfacePrivate
165 return m_private->textureId();
173 void GraphicsSurface::platformCopyFromTexture(uint32_t textureId, const IntRect&) argument
178 m_private->copyFromTexture(textureId);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DTexture.cpp105 int textureId = context->createTexture(); local
106 if (!textureId) {
111 textureIds->at(i) = textureId;
121 context->bindTexture(GraphicsContext3D::TEXTURE_2D, textureId);

Completed in 106 milliseconds