| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | VertexArray.cpp | 449 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 D | formatutils.h | 348 GLboolean normalized; member
|
| H A D | validationGL3.cpp | 506 ValidateVertexAttribP1ui(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, GLuint value) ValidateVertexAttribP1ui() argument 516 ValidateVertexAttribP1uiv(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, const GLuint *value) ValidateVertexAttribP1uiv() argument 526 ValidateVertexAttribP2ui(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, GLuint value) ValidateVertexAttribP2ui() argument 536 ValidateVertexAttribP2uiv(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, const GLuint *value) ValidateVertexAttribP2uiv() argument 546 ValidateVertexAttribP3ui(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, GLuint value) ValidateVertexAttribP3ui() argument 556 ValidateVertexAttribP3uiv(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, const GLuint *value) ValidateVertexAttribP3uiv() argument 566 ValidateVertexAttribP4ui(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, GLuint value) ValidateVertexAttribP4ui() argument 576 ValidateVertexAttribP4uiv(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, const GLuint *value) ValidateVertexAttribP4uiv() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | uts46.cpp | 659 UnicodeString normalized; in mapDevChars() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | uts46.cpp | 659 UnicodeString normalized; in mapDevChars() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | glformats.c | 3761 bool normalized = false, is_float = false, is_signed = false; in _mesa_format_from_format_and_type() local [all...] |
| /third_party/libinput/tools/ |
| H A D | libinput-debug-tablet.c | 112 print_bar(const char *header, double value, double normalized) in print_bar() argument
|
| /third_party/mesa3d/src/glx/ |
| H A D | indirect_vertex_array.c | 1742 GLboolean normalized = GL_FALSE; in __indirect_glVertexAttribPointerNV() local 1611 __indirect_glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer) __indirect_glVertexAttribPointer() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | VertexRoutine.cpp | 208 bool normalized = !format.isUnnormalizedInteger(); in readStream() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | uts46.cpp | 659 UnicodeString normalized; in mapDevChars() local
|
| /third_party/skia/third_party/externals/expat/expat/lib/ |
| H A D | xmltok.h | 156 char normalized; member
|
| /third_party/python/Modules/expat/ |
| H A D | xmltok.h | 156 char normalized; member
|
| /third_party/skia/experimental/sktext/include/ |
| H A D | Types.h | 160 TextRange normalized() const { in normalized() function
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fVertexArrayObjectTests.cpp | 66 GLboolean normalized; member [all...] |
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_pbo_compute.c | 129 nir_ssa_def *normalized; member 169 uint8_t normalized : 1; member
|
| /third_party/libinput/src/ |
| H A D | evdev-fallback.c | 115 const struct normalized_coords normalized = in post_button_scroll() local
|
| H A D | evdev-mt-touchpad-gestures.c | 319 struct normalized_coords normalized; in tp_gesture_get_pinch_info() local
|
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format.h | 142 unsigned normalized:1; member
|
| /third_party/python/Lib/importlib/metadata/ |
| H A D | __init__.py | 867 normalized = None variable in Prepared
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_3_1_autogen.cpp | 1760 CaptureVertexAttribFormat(const State &glState, bool isCallValid, GLuint attribindex, GLint size, VertexAttribType typePacked, GLboolean normalized, GLuint relativeoffset) CaptureVertexAttribFormat() argument
|
| H A D | capture_gles_2_0_params.cpp | 905 CaptureVertexAttribPointer_pointer(const State &glState, bool isCallValid, GLuint index, GLint size, VertexAttribType typePacked, GLboolean normalized, GLsizei stride, const void *pointer, ParamCapture *paramCapture) CaptureVertexAttribPointer_pointer() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cDirectStateAccessVertexArraysTests.cpp | 2154 bool AttributeFormatTest::PrepareVAO(glw::GLint size, glw::GLenum type_gl_name, bool normalized, in PrepareVAO() argument 2324 bool AttributeFormatTest::DrawAndCheck(glw::GLint size, bool normalized) in DrawAndCheck() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | entry_points_gl_2_autogen.cpp | 2407 GL_VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) GL_VertexAttribPointer() argument
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_3_1_autogen.cpp | 2008 GL_VertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) GL_VertexAttribFormat() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | VertexProcessor.hpp | 106 bool normalized : 1; member
|