Home
last modified time | relevance | path

Searched defs:normalized (Results 76 - 100 of 123) sorted by relevance

12345

/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp542 std::string normalized; in normalizeEOL() local
563 const std::string& normalized = normalizeEOL(begin, end); in addComment() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp542 std::string normalized; in normalizeEOL() local
563 const std::string& normalized = normalizeEOL(begin, end); in addComment() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp186 GLboolean normalized = VertexFormatIsNormalized(attribute.format); in Apply() local
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp542 std::string normalized; in normalizeEOL() local
563 const std::string& normalized = normalizeEOL(begin, end); in addComment() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.h1183 bool normalized; // input values were outside their valid ranges member
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1505 GLboolean normalized; member
/third_party/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp4806 const char* normalized; in TestIdentifiers() member
H A Ddtfmrgts.cpp1264 UnicodeString normalized; member in Test1684Data
H A Dnumbertest_api.cpp6095 UnicodeString normalized = NumberFormatter::forSkeleton(skeleton, status).toSkeleton(status); in assertFormatDescending() local
6165 UnicodeString normalized = NumberFormatter::forSkeleton(skeleton, status).toSkeleton(status); assertFormatDescendingBig() local
6228 UnicodeString normalized = NumberFormatter::forSkeleton(skeleton, status).toSkeleton(status); assertFormatSingle() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtimezone.cpp1355 TimeZone::getCustomID(const UnicodeString& id, UnicodeString& normalized, UErrorCode& status) { in getCustomID() argument
/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
1640 _mesa_VertexAttribPointer_no_error(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *ptr) _mesa_VertexAttribPointer_no_error() argument
1659 _mesa_VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *ptr) _mesa_VertexAttribPointer() argument
1694 _mesa_VertexArrayVertexAttribOffsetEXT(GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLintptr offset) _mesa_VertexArrayVertexAttribOffsetEXT() argument
1773 const GLboolean normalized = GL_FALSE; _mesa_VertexAttribIPointer_no_error() local
1793 const GLboolean normalized = GL_FALSE; _mesa_VertexAttribIPointer() local
1836 const GLboolean normalized = GL_FALSE; _mesa_VertexArrayVertexAttribIOffsetEXT() local
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
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
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c750 boolean normalized = sv[0]->texture->target == PIPE_TEXTURE_2D || in draw_textured_quad() local
/third_party/node/deps/icu-small/source/i18n/
H A Dtimezone.cpp1355 TimeZone::getCustomID(const UnicodeString& id, UnicodeString& normalized, UErrorCode& status) { in getCustomID() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.cpp1925 setVertexAttribFormat(GLuint attribIndex, GLint size, VertexAttribType type, bool normalized, bool pureInteger, GLuint relativeOffset) setVertexAttribFormat() argument
H A DState.h479 setVertexAttribPointer(const Context *context, unsigned int attribNum, Buffer *boundBuffer, GLint size, VertexAttribType type, bool normalized, GLsizei stride, const void *pointer) setVertexAttribPointer() argument
H A Dformatutils.cpp1940 GetVertexFormatID(VertexAttribType type, GLboolean normalized, GLuint components, bool pureInteger) GetVertexFormatID() argument
[all...]
H A DvalidationES31.cpp1356 ValidateVertexAttribFormat(const Context *context, angle::EntryPoint entryPoint, GLuint attribindex, GLint size, VertexAttribType type, GLboolean normalized, GLuint relativeoffset) ValidateVertexAttribFormat() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_autogen.cpp3156 CaptureVertexAttribPointer(const State &glState, bool isCallValid, GLuint index, GLint size, VertexAttribType typePacked, GLboolean normalized, GLsizei stride, const void *pointer) CaptureVertexAttribPointer() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVertexAttributeTest.cpp177 GLboolean normalized; member
2675 GLboolean normalized; global() member
2693 GetExpectedData( const std::vector<GLubyte> &srcData, GLenum attribType, GLboolean normalized) GetExpectedData() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp3806 GL_VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) GL_VertexAttribPointer() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtimezone.cpp1337 TimeZone::getCustomID(const UnicodeString& id, UnicodeString& normalized, UErrorCode& status) { in getCustomID() argument
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgxvar.c2951 FT_Fixed* normalized = NULL; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-font.cc2059 int *normalized = coords_length ? (int *) hb_calloc (coords_length, sizeof (int)) : nullptr; in hb_font_set_variations() local
2104 int *normalized = coords_length ? (int *) hb_calloc (coords_length, sizeof (int)) : nullptr; in hb_font_set_var_coords_design() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp2163 GLboolean normalized; member
/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp469 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outType, bool normalized, int stride) in bind() argument

Completed in 106 milliseconds

12345