Home
last modified time | relevance | path

Searched defs:doubles (Results 1 - 8 of 8) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DProtobufEqualityComparersTest.cs42 private static readonly double[] doubles = field in Google.Protobuf.Collections.ProtobufEqualityComparersTest
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DStackContainerTests.cpp122 StackVector<double, 1> doubles; in TEST() local
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_private.h252 const GLboolean doubles = vbo_attrtype_to_double_flag(type); in _vbo_set_attrib_format() local
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dcompound-sizes.c59 static double doubles[84]; variable
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.h135 unsigned doubles : 1, member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc683 std::vector<double> doubles = {0.0, in TEST_F() local
1074 std::vector<long double> doubles = { TEST_F() local
[all...]
/third_party/icu/tools/colprobe/
H A Dcolprobe.cpp1025 Line *doubles = new Line[size*10]; in detectExpansions() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dvarray.c479 vertex_format_to_pipe_format(GLubyte size, GLenum16 type, GLenum16 format, bool normalized, bool integer, bool doubles) vertex_format_to_pipe_format() argument
546 _mesa_set_vertex_format(struct gl_vertex_format *vertex_format, GLubyte size, GLenum16 type, GLenum16 format, GLboolean normalized, GLboolean integer, GLboolean doubles) _mesa_set_vertex_format() argument
647 _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
819 validate_array(struct gl_context *ctx, const char *func, struct gl_vertex_array_object *vao, struct gl_buffer_object *obj, GLuint attrib, GLbitfield legalTypesMask, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, GLsizei stride, GLboolean normalized, GLboolean integer, GLboolean doubles, const GLvoid *ptr) validate_array() argument
877 validate_array_and_format(struct gl_context *ctx, const char *func, struct gl_vertex_array_object *vao, struct gl_buffer_object *obj, GLuint attrib, GLbitfield legalTypes, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, GLsizei stride, GLboolean normalized, GLboolean integer, GLboolean doubles, GLenum format, const GLvoid *ptr) validate_array_and_format() argument
912 update_array(struct gl_context *ctx, struct gl_vertex_array_object *vao, struct gl_buffer_object *obj, GLuint attrib, GLenum format, GLint sizeMax, GLint size, GLenum type, GLsizei stride, GLboolean normalized, GLboolean integer, GLboolean doubles, const GLvoid *ptr) update_array() 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
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
[all...]

Completed in 10 milliseconds