Searched defs:swapBytes (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/third_party/mozilla_security_manager/
H A DnsPKCS12Blob.cpp138 PRBool swapBytes)
132 pip_ucs2_ascii_conversion_fn(PRBool toUnicode, unsigned char *inBuf, unsigned int inBufLen, unsigned char *outBuf, unsigned int maxOutBufLen, unsigned int *outBufLen, PRBool swapBytes) argument
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DDataView.cpp83 inline void swapBytes(char* p, char* q) function in namespace:blink
92 swapBytes(p, p + 1);
97 swapBytes(p, p + 3);
98 swapBytes(p + 1, p + 2);
103 swapBytes(p, p + 7);
104 swapBytes(p + 1, p + 6);
105 swapBytes(p + 2, p + 5);
106 swapBytes(p + 3, p + 4);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dpixel.c175 GLint swapBytes = state->storeUnpack.swapEndian; local
202 swapBytes = 0;
215 if (swapBytes) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dformats.c2542 * \param swapBytes typically the current pixel pack/unpack byteswap state
2548 GLboolean swapBytes)
2568 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && !swapBytes)
2571 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8_REV && swapBytes)
2578 && !swapBytes)
2582 && swapBytes)
2592 !swapBytes)
2595 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && swapBytes)
2602 !swapBytes)
2606 swapBytes)
2546 _mesa_format_matches_format_and_type(gl_format gl_format, GLenum format, GLenum type, GLboolean swapBytes) argument
[all...]
H A Dpack.c3128 * swapBytes - perform byteswapping of incoming data?
3133 GLboolean swapBytes)
3213 else if (swapBytes) { \
3339 if (swapBytes) {
3369 if (swapBytes) {
3397 if (swapBytes) {
3425 if (swapBytes) {
3453 if (swapBytes) {
3481 if (swapBytes) {
3506 if (swapBytes) {
3131 extract_float_rgba(GLuint n, GLfloat rgba[][4], GLenum srcFormat, GLenum srcType, const GLvoid *src, GLboolean swapBytes) argument
3742 extract_uint_rgba(GLuint n, GLuint rgba[][4], GLenum srcFormat, GLenum srcType, const GLvoid *src, GLboolean swapBytes) argument
[all...]
H A Dtexstore.c821 byteswap_mapping( GLboolean swapBytes, argument
824 if (!swapBytes)
/external/mesa3d/src/glx/
H A Dpixel.c175 GLint swapBytes = state->storeUnpack.swapEndian; local
202 swapBytes = 0;
215 if (swapBytes) {
/external/mesa3d/src/mesa/main/
H A Dformats.c2542 * \param swapBytes typically the current pixel pack/unpack byteswap state
2548 GLboolean swapBytes)
2568 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && !swapBytes)
2571 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8_REV && swapBytes)
2578 && !swapBytes)
2582 && swapBytes)
2592 !swapBytes)
2595 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && swapBytes)
2602 !swapBytes)
2606 swapBytes)
2546 _mesa_format_matches_format_and_type(gl_format gl_format, GLenum format, GLenum type, GLboolean swapBytes) argument
[all...]
H A Dpack.c3128 * swapBytes - perform byteswapping of incoming data?
3133 GLboolean swapBytes)
3213 else if (swapBytes) { \
3339 if (swapBytes) {
3369 if (swapBytes) {
3397 if (swapBytes) {
3425 if (swapBytes) {
3453 if (swapBytes) {
3481 if (swapBytes) {
3506 if (swapBytes) {
3131 extract_float_rgba(GLuint n, GLfloat rgba[][4], GLenum srcFormat, GLenum srcType, const GLvoid *src, GLboolean swapBytes) argument
3742 extract_uint_rgba(GLuint n, GLuint rgba[][4], GLenum srcFormat, GLenum srcType, const GLvoid *src, GLboolean swapBytes) argument
[all...]
H A Dtexstore.c821 byteswap_mapping( GLboolean swapBytes, argument
824 if (!swapBytes)

Completed in 813 milliseconds