Searched defs:indexFormat (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_EBLC.h94 SK_OT_USHORT indexFormat; //format of this indexSubTable member in struct:SkOTTableEmbeddedBitmapLocation::IndexSubHeader
/external/skia/src/sfnt/
H A DSkOTTable_EBLC.h94 SK_OT_USHORT indexFormat; //format of this indexSubTable member in struct:SkOTTableEmbeddedBitmapLocation::IndexSubHeader
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dteximage.c1755 const GLboolean indexFormat = (format == GL_COLOR_INDEX); local
1858 if ((_mesa_is_color_format(internalFormat) && !colorFormat && !indexFormat) ||
/external/mesa3d/src/mesa/main/
H A Dteximage.c1755 const GLboolean indexFormat = (format == GL_COLOR_INDEX); local
1858 if ((_mesa_is_color_format(internalFormat) && !colorFormat && !indexFormat) ||
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderer11.cpp1191 DXGI_FORMAT indexFormat = indexBuffer->getIndexFormat(); local
1193 if (mAppliedIB != d3dIndexBuffer || mAppliedIBFormat != indexFormat || mAppliedIBOffset != indexBufferOffset)
1195 mDeviceContext->IASetIndexBuffer(d3dIndexBuffer, indexFormat, indexBufferOffset);
1197 mAppliedIBFormat = indexFormat;
1305 DXGI_FORMAT indexFormat = indexBuffer->getIndexFormat(); local
1307 if (mAppliedIB != d3dIndexBuffer || mAppliedIBFormat != indexFormat || mAppliedIBOffset != indexBufferOffset)
1309 mDeviceContext->IASetIndexBuffer(d3dIndexBuffer, indexFormat, indexBufferOffset);
1311 mAppliedIBFormat = indexFormat;

Completed in 7153 milliseconds