Home
last modified time | relevance | path

Searched defs:attribIndex (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DD3D11InputLayoutCacheTest.cpp104 attribNameStr << "a" << attribIndex; TEST_P() local
[all...]
H A DVertexAttributeTest.cpp342 attribStream << "a" << attribIndex; setupMultiAttribs() local
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp102 int attribIndex = 0; in setup_vertex_input_state() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DVertexArray11.cpp215 updateVertexAttribStorage(const gl::Context *context, StateManager11 *stateManager, size_t attribIndex) updateVertexAttribStorage() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVertexArray.cpp400 setVertexAttribBinding(const Context *context, size_t attribIndex, GLuint bindingIndex) setVertexAttribBinding() argument
468 setVertexAttribFormat(size_t attribIndex, GLint size, VertexAttribType type, bool normalized, bool pureInteger, GLuint relativeOffset) setVertexAttribFormat() argument
488 setVertexAttribDivisor(const Context *context, size_t attribIndex, GLuint divisor) setVertexAttribDivisor() argument
[all...]
H A DGLES1Renderer.cpp464 ClientVertexArrayType GLES1Renderer::VertexArrayType(int attribIndex) in VertexArrayType() argument
H A DState.cpp1925 void State::setVertexAttribFormat(GLuint attribIndex, in setVertexAttribFormat() argument
H A DvalidationES31.cpp1387 ValidateVertexAttribBinding(const Context *context, angle::EntryPoint entryPoint, GLuint attribIndex, GLuint bindingIndex) ValidateVertexAttribBinding() argument
H A DContext.cpp5779 void Context::vertexAttribFormat(GLuint attribIndex, in vertexAttribFormat() argument
5790 void Context::vertexAttribIFormat(GLuint attribIndex, in vertexAttribIFormat() argument
5799 void Context::vertexAttribBinding(GLuint attribIndex, GLuint bindingIndex) in vertexAttribBinding() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DVertexDataManager.cpp584 storeCurrentValue( const gl::Context *context, const gl::VertexAttribCurrentValueData &currentValue, TranslatedAttribute *translated, size_t attribIndex) storeCurrentValue() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVertexArrayVk.cpp368 convertVertexBufferGPU(ContextVk *contextVk, BufferVk *srcBuffer, const gl::VertexBinding &binding, size_t attribIndex, const vk::Format &vertexFormat, ConversionBuffer *conversion, GLuint relativeOffset, bool compressed) convertVertexBufferGPU() argument
418 convertVertexBufferCPU(ContextVk *contextVk, BufferVk *srcBuffer, const gl::VertexBinding &binding, size_t attribIndex, const vk::Format &vertexFormat, ConversionBuffer *conversion, GLuint relativeOffset, bool compressed) convertVertexBufferCPU() argument
546 setDefaultPackedInput(ContextVk *contextVk, size_t attribIndex) setDefaultPackedInput() argument
578 syncDirtyAttrib(ContextVk *contextVk, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, size_t attribIndex, bool bufferOnly) syncDirtyAttrib() argument
922 updateDefaultAttrib(ContextVk *contextVk, size_t attribIndex, VkBuffer bufferHandle, vk::BufferHelper *buffer, uint32_t offset) updateDefaultAttrib() argument
[all...]
H A DContextVk.h1259 ANGLE_INLINE angle::Result ContextVk::onVertexAttributeChange(size_t attribIndex, in onVertexAttributeChange() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp178 GLuint attribIndex = static_cast<GLuint>(static_cast<uint8_t>(location)); in Apply() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DVertexArrayGL.cpp53 bool IsVertexAttribPointerSupported(size_t attribIndex, const VertexAttribute &attrib) in IsVertexAttribPointerSupported() argument
622 angle::Result VertexArrayGL::updateAttribEnabled(const gl::Context *context, size_t attribIndex) in updateAttribEnabled() argument
647 updateAttribPointer(const gl::Context *context, size_t attribIndex) updateAttribPointer() argument
712 callVertexAttribPointer(const gl::Context *context, GLuint attribIndex, const VertexAttribute &attrib, GLsizei stride, GLintptr offset) const callVertexAttribPointer() argument
749 updateAttribFormat(const gl::Context *context, size_t attribIndex) updateAttribFormat() argument
782 updateAttribBinding(const gl::Context *context, size_t attribIndex) updateAttribBinding() argument
864 syncDirtyAttrib( const gl::Context *context, size_t attribIndex, const gl::VertexArray::DirtyAttribBits &dirtyAttribBits) syncDirtyAttrib() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dvarray.c3373 vertex_attrib_format(GLuint attribIndex, GLint size, GLenum type, in vertex_attrib_format() argument
3435 _mesa_VertexAttribFormat(GLuint attribIndex, GLin argument
162 _mesa_vertex_attrib_binding(struct gl_context *ctx, struct gl_vertex_array_object *vao, gl_vert_attrib attribIndex, GLuint bindingIndex) _mesa_vertex_attrib_binding() argument
3446 _mesa_VertexAttribIFormat(GLuint attribIndex, GLint size, GLenum type, GLuint relativeOffset) _mesa_VertexAttribIFormat() argument
3456 _mesa_VertexAttribLFormat(GLuint attribIndex, GLint size, GLenum type, GLuint relativeOffset) _mesa_VertexAttribLFormat() argument
3466 vertex_array_attrib_format(GLuint vaobj, bool isExtDsa, GLuint attribIndex, GLint size, GLenum type, GLboolean normalized, GLboolean integer, GLboolean doubles, GLbitfield legalTypes, GLsizei sizeMax, GLuint relativeOffset, const char *func) vertex_array_attrib_format() argument
3516 _mesa_VertexArrayAttribFormat(GLuint vaobj, GLuint attribIndex, GLint size, GLenum type, GLboolean normalized, GLuint relativeOffset) _mesa_VertexArrayAttribFormat() argument
3528 _mesa_VertexArrayVertexAttribFormatEXT(GLuint vaobj, GLuint attribIndex, GLint size, GLenum type, GLboolean normalized, GLuint relativeOffset) _mesa_VertexArrayVertexAttribFormatEXT() argument
3540 _mesa_VertexArrayAttribIFormat(GLuint vaobj, GLuint attribIndex, GLint size, GLenum type, GLuint relativeOffset) _mesa_VertexArrayAttribIFormat() argument
3552 _mesa_VertexArrayVertexAttribIFormatEXT(GLuint vaobj, GLuint attribIndex, GLint size, GLenum type, GLuint relativeOffset) _mesa_VertexArrayVertexAttribIFormatEXT() argument
3564 _mesa_VertexArrayAttribLFormat(GLuint vaobj, GLuint attribIndex, GLint size, GLenum type, GLuint relativeOffset) _mesa_VertexArrayAttribLFormat() argument
3576 _mesa_VertexArrayVertexAttribLFormatEXT(GLuint vaobj, GLuint attribIndex, GLint size, GLenum type, GLuint relativeOffset) _mesa_VertexArrayVertexAttribLFormatEXT() argument
3588 vertex_array_attrib_binding(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint attribIndex, GLuint bindingIndex, const char *func) vertex_array_attrib_binding() argument
3627 _mesa_VertexAttribBinding_no_error(GLuint attribIndex, GLuint bindingIndex) _mesa_VertexAttribBinding_no_error() argument
3637 _mesa_VertexAttribBinding(GLuint attribIndex, GLuint bindingIndex) _mesa_VertexAttribBinding() argument
3660 _mesa_VertexArrayAttribBinding_no_error(GLuint vaobj, GLuint attribIndex, GLuint bindingIndex) _mesa_VertexArrayAttribBinding_no_error() argument
3673 _mesa_VertexArrayAttribBinding(GLuint vaobj, GLuint attribIndex, GLuint bindingIndex) _mesa_VertexArrayAttribBinding() argument
3694 _mesa_VertexArrayVertexAttribBindingEXT(GLuint vaobj, GLuint attribIndex, GLuint bindingIndex) _mesa_VertexArrayVertexAttribBindingEXT() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp1930 CaptureVertexPointerES1(std::vector<CallCapture> *setupCalls, gl::State *replayState, GLuint attribIndex, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding) CaptureVertexPointerES1() argument
[all...]

Completed in 69 milliseconds