Home
last modified time | relevance | path

Searched refs:shiftInstancedArrayDataWithExtraOffset (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/include/platform/
DFeaturesGL.h513 Feature shiftInstancedArrayDataWithExtraOffset = { member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DContextGL.cpp226 (features.shiftInstancedArrayDataWithExtraOffset.enabled && first > 0)) in setDrawArraysState()
240 else if (features.shiftInstancedArrayDataWithExtraOffset.enabled && first == 0) in setDrawArraysState()
273 if (features.shiftInstancedArrayDataWithExtraOffset.enabled) in setDrawElementsState()
DVertexArrayGL.cpp215 if (features.shiftInstancedArrayDataWithExtraOffset.enabled && first > 0) in syncDrawState()
Drenderergl_utils.cpp2151 ANGLE_FEATURE_CONDITION(features, shiftInstancedArrayDataWithExtraOffset, in InitializeFeatures()
2227 ANGLE_FEATURE_CONDITION(features, shiftInstancedArrayDataWithExtraOffset, in ReInitializeFeaturesAtGPUSwitch()