Home
last modified time | relevance | path

Searched refs:defaultAttrib (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_rasterpos.c123 GLuint result, GLuint defaultAttrib) in update_attrib()
130 src = ctx->Current.Attrib[defaultAttrib]; in update_attrib()
120 update_attrib(struct gl_context *ctx, const ubyte *outputMapping, const struct vertex_header *vert, GLfloat *dest, GLuint result, GLuint defaultAttrib) update_attrib() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp917 void setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder);
1015 void AttributeArray::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder) in setupArray() argument
1024 m_defaultAttrib = defaultAttrib; in setupArray()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp1994 const gl::VertexAttribute defaultAttrib(attribIndex); in CaptureVertexArrayState()
2000 if (attrib.enabled != defaultAttrib.enabled) in CaptureVertexArrayState()
2015 if (attrib.format != defaultAttrib.format || attrib.pointer != defaultAttrib.pointer || in CaptureVertexArrayState()

Completed in 18 milliseconds