Home
last modified time | relevance | path

Searched refs:isPureInt (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h67 constexpr bool isPureInt() const { return isInt() && !isScaled; } in isPureInt() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp721 if (format.isPureInt()) in callVertexAttribPointer()
762 if (format.isPureInt()) in updateAttribFormat()
1064 context, index, attribute.format->isPureInt(), GL_VERTEX_ATTRIB_ARRAY_INTEGER, in validateState()
DContextGL.cpp386 if (attrib.format->isPureInt()) in updateAttributesForBaseInstance()
418 if (attrib.format->isPureInt()) in resetUpdatedAttributes()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dqueryutils.cpp633 *params = CastFromGLintStateValue<ParamType>(pname, attrib.format->isPureInt()); in QueryVertexAttribBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp2049 if (attrib.format->isPureInt()) in CaptureVertexArrayState()
2076 if (attrib.format->isPureInt()) in CaptureVertexArrayState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1833 intendedFormat.isPureInt(), intendedFormat.vertexAttribType); in initializePipeline()