Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVertexAttribute.h88 GLuint relativeOffset; member
H A DVertexArray.cpp449 setVertexAttribFormatImpl(VertexAttribute *attrib, GLint size, VertexAttribType type, bool normalized, bool pureInteger, GLuint relativeOffset) setVertexAttribFormatImpl() argument
468 setVertexAttribFormat(size_t attribIndex, GLint size, VertexAttribType type, bool normalized, bool pureInteger, GLuint relativeOffset) setVertexAttribFormat() argument
H A DState.cpp1925 setVertexAttribFormat(GLuint attribIndex, GLint size, VertexAttribType type, bool normalized, bool pureInteger, GLuint relativeOffset) setVertexAttribFormat() argument
H A DvalidationES31.cpp350 ValidateVertexAttribFormatCommon(const Context *context, angle::EntryPoint entryPoint, GLuint relativeOffset) ValidateVertexAttribFormatCommon() argument
H A DContext.cpp5779 vertexAttribFormat(GLuint attribIndex, GLint size, VertexAttribType type, GLboolean normalized, GLuint relativeOffset) vertexAttribFormat() argument
5790 vertexAttribIFormat(GLuint attribIndex, GLint size, VertexAttribType type, GLuint relativeOffset) vertexAttribIFormat() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVertexArrayVk.cpp31 BindingIsAligned(const gl::VertexBinding &binding, const angle::Format &angleFormat, unsigned int attribSize, GLuint relativeOffset) BindingIsAligned() argument
368 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
[all...]
H A DContextVk.h1259 onVertexAttributeChange(size_t attribIndex, GLuint stride, GLuint divisor, angle::FormatID format, bool compressed, GLuint relativeOffset, const vk::BufferHelper *vertexBuffer) onVertexAttributeChange() argument
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dzip.c550 ZPOS64_T relativeOffset; in zip64local_SearchCentralDir64() local
H A Dunzip.c483 ZPOS64_T relativeOffset; in unz64local_SearchCentralDir64() local
/third_party/mesa3d/src/mesa/main/
H A Dvarray.c647 _mesa_update_array_format(struct gl_context *ctx, struct gl_vertex_array_object *vao, gl_vert_attrib attrib, GLint size, GLenum type, GLenum format, GLboolean normalized, GLboolean integer, GLboolean doubles, GLuint relativeOffset) _mesa_update_array_format() argument
695 validate_array_format(struct gl_context *ctx, const char *func, struct gl_vertex_array_object *vao, GLuint attrib, GLbitfield legalTypesMask, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, bool normalized, bool integer, bool doubles, GLuint relativeOffset, GLenum format) validate_array_format() argument
3373 vertex_attrib_format(GLuint attribIndex, GLint size, GLenum type, GLboolean normalized, GLboolean integer, GLboolean doubles, GLbitfield legalTypes, GLsizei sizeMax, GLuint relativeOffset, const char *func) vertex_attrib_format() argument
3435 _mesa_VertexAttribFormat(GLuint attribIndex, GLint size, GLenum type, GLboolean normalized, GLuint relativeOffset) _mesa_VertexAttribFormat() 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
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.h124 GLuint relativeOffset = 0; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVertexAttributeTest.cpp1997 void drawArraysWithStrideAndRelativeOffset(GLint stride, GLuint relativeOffset) in drawArraysWithStrideAndRelativeOffset() argument
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dunzip.c483 ZPOS64_T relativeOffset; in unz64local_SearchCentralDir64() local
H A Dzip.c550 ZPOS64_T relativeOffset; in zip64local_SearchCentralDir64() local
/third_party/zlib/contrib/minizip/
H A Dunzip.c401 ZPOS64_T relativeOffset; in unz64local_SearchCentralDir64() local
H A Dzip.c601 ZPOS64_T relativeOffset; in zip64local_SearchCentralDir64() local

Completed in 60 milliseconds