Searched refs:mFormatConverters (Results 1 – 2 of 2) sorted by relevance
22 VertexBuffer9::FormatConverter VertexBuffer9::mFormatConverters[NUM_GL_VERTEX_ATTRIB_TYPES][2][4]; member in rx::VertexBuffer9450 mFormatConverters[i][j][k] = mPossibleTranslations[i][j][k].preferredConversion; in initializeTranslations()454 mFormatConverters[i][j][k] = mPossibleTranslations[i][j][k].fallbackConversion; in initializeTranslations()478 … return mFormatConverters[typeIndex(attribute.mType)][attribute.mNormalized][attribute.mSize - 1]; in formatConverter()
69 static FormatConverter mFormatConverters[NUM_GL_VERTEX_ATTRIB_TYPES][2][4]; variable