Searched refs:destinationType (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | IndexDataManager.cpp | 58 static void convertIndices(GLenum sourceType, GLenum destinationType, const void *input, GLsizei co… in convertIndices() argument 62 ASSERT(destinationType == GL_UNSIGNED_SHORT); in convertIndices() 73 ASSERT(destinationType == GL_UNSIGNED_INT); in convertIndices() 78 if (destinationType == GL_UNSIGNED_SHORT) in convertIndices() 82 else if (destinationType == GL_UNSIGNED_INT) in convertIndices()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
D | WebGLImageConversion.h | 163 …unsigned sourceUnpackAlignment, unsigned destinationFormat, unsigned destinationType, AlphaOp, voi…
|
D | WebGLImageConversion.cpp | 19 WebGLImageConversion::DataFormat getDataFormat(GLenum destinationFormat, GLenum destinationType) in getDataFormat() argument 22 switch (destinationType) { in getDataFormat() 1741 unsigned destinationType, in packPixels() argument 1750 DataFormat dstDataFormat = getDataFormat(destinationFormat, destinationType); in packPixels()
|