Home
last modified time | relevance | path

Searched defs:normalized (Results 51 - 75 of 123) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/libANGLE/
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 Dformatutils.h348 GLboolean normalized; member
H A DvalidationGL3.cpp506 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 Duts46.cpp659 UnicodeString normalized; in mapDevChars() local
/third_party/node/deps/icu-small/source/common/
H A Duts46.cpp659 UnicodeString normalized; in mapDevChars() local
/third_party/mesa3d/src/mesa/main/
H A Dglformats.c3761 bool normalized = false, is_float = false, is_signed = false; in _mesa_format_from_format_and_type() local
[all...]
/third_party/libinput/tools/
H A Dlibinput-debug-tablet.c112 print_bar(const char *header, double value, double normalized) in print_bar() argument
/third_party/mesa3d/src/glx/
H A Dindirect_vertex_array.c1742 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 DVertexRoutine.cpp208 bool normalized = !format.isUnnormalizedInteger(); in readStream() local
/third_party/skia/third_party/externals/icu/source/common/
H A Duts46.cpp659 UnicodeString normalized; in mapDevChars() local
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok.h156 char normalized; member
/third_party/python/Modules/expat/
H A Dxmltok.h156 char normalized; member
/third_party/skia/experimental/sktext/include/
H A DTypes.h160 TextRange normalized() const { in normalized() function
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexArrayObjectTests.cpp66 GLboolean normalized; member
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c129 nir_ssa_def *normalized; member
169 uint8_t normalized : 1; member
/third_party/libinput/src/
H A Devdev-fallback.c115 const struct normalized_coords normalized = in post_button_scroll() local
H A Devdev-mt-touchpad-gestures.c319 struct normalized_coords normalized; in tp_gesture_get_pinch_info() local
/third_party/mesa3d/src/util/format/
H A Du_format.h142 unsigned normalized:1; member
/third_party/python/Lib/importlib/metadata/
H A D__init__.py867 normalized = None variable in Prepared
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.cpp1760 CaptureVertexAttribFormat(const State &glState, bool isCallValid, GLuint attribindex, GLint size, VertexAttribType typePacked, GLboolean normalized, GLuint relativeoffset) CaptureVertexAttribFormat() argument
H A Dcapture_gles_2_0_params.cpp905 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 Dgl4cDirectStateAccessVertexArraysTests.cpp2154 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 Dentry_points_gl_2_autogen.cpp2407 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 Dentry_points_gles_3_1_autogen.cpp2008 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 DVertexProcessor.hpp106 bool normalized : 1; member

Completed in 61 milliseconds

12345