HomeSort by relevance Sort by last modified time
    Searched refs:TextureQuadData (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
DrawQuadData.h 46 // Both PureColorQuadData and TextureQuadData share the data from DrawQuadData.
136 class TextureQuadData : public DrawQuadData {
138 TextureQuadData(int textureId,
156 TextureQuadData(const DrawQuadData& data,
167 virtual ~TextureQuadData() {};
TileTexture.cpp 144 TextureQuadData data(commonData, m_ownTextureId, GL_TEXTURE_2D, filter);
ShaderProgram.h 37 class TextureQuadData;
TransferQueue.cpp 203 TextureQuadData data(srcTexId, GL_NEAREST, srcTexTarget, Blit, 0, 0, 1.0, false);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerAndroid.cpp 94 TextureQuadData spinnerQuadData(manager->getSpinnerOuterTextureId(),
160 TextureQuadData iconQuadData(0, GL_TEXTURE_2D, GL_LINEAR, LayerQuad,
CanvasLayer.cpp 206 TextureQuadData data(m_texture->texture(), GL_TEXTURE_EXTERNAL_OES,
MediaTexture.cpp 180 TextureQuadData data(m_contentTexture->textureId, GL_TEXTURE_EXTERNAL_OES,
BaseLayerAndroid.cpp 243 TextureQuadData repeatedQuadData(imageTextureId, GL_TEXTURE_2D, GL_LINEAR,

Completed in 65 milliseconds