Searched refs:defaultAttrib (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_rasterpos.c | 123 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 D | glsDrawTest.cpp | 917 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 D | FrameCapture.cpp | 1994 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