Home
last modified time | relevance | path

Searched defs:attrib (Results 1 – 25 of 76) sorted by relevance

1234

/external/lzma/CPP/Windows/
DFileFind.h15 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; } in IsReadOnly()
16 inline bool IsHidden(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_HIDDEN) != 0; } in IsHidden()
17 inline bool IsSystem(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_SYSTEM) != 0; } in IsSystem()
18 inline bool IsDir(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0; } in IsDir()
19 inline bool IsArchived(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ARCHIVE) != 0; } in IsArchived()
20 inline bool IsCompressed(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_COMPRESSED) != 0; } in IsCompressed()
21 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; } in IsEncrypted()
/external/deqp/framework/egl/
DegluStrUtil.cpp155 int attrib = fmt.attribs[pos]; in operator <<() local
195 int attrib = fmt.attribs[pos]; in operator <<() local
235 int attrib = fmt.attribs[pos]; in operator <<() local
DegluCallLogWrapper.cpp132 deUint32 attrib; member in eglu::ConfigAttribValuePointerFmt
137 inline ConfigAttribValuePointerFmt getConfigAttribValuePointerStr (deUint32 attrib, const int* valu… in getConfigAttribValuePointerStr()
152 deUint32 attrib; member in eglu::ContextAttribValuePointerFmt
157 inline ContextAttribValuePointerFmt getContextAttribValuePointerStr (deUint32 attrib, const int* va… in getContextAttribValuePointerStr()
172 deUint32 attrib; member in eglu::SurfaceAttribValuePointerFmt
177 inline SurfaceAttribValuePointerFmt getSurfaceAttribValuePointerStr (deUint32 attrib, const int* va… in getSurfaceAttribValuePointerStr()
DegluUtil.cpp190 EGLint getConfigAttribInt (const Library& egl, EGLDisplay display, EGLConfig config, EGLint attrib) in getConfigAttribInt()
202 EGLint querySurfaceInt (const Library& egl, EGLDisplay display, EGLSurface surface, EGLint attrib) in querySurfaceInt()
425 for (const EGLAttrib* attrib = attribs; *attrib != EGL_NONE; attrib += 2) in toLegacyAttribList() local
DegluGLUtil.cpp196 EGLint attrib; in configMatches() member
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_generic.c76 } attrib[PIPE_MAX_ATTRIBS]; member
239 emit_A8R8G8B8_UNORM( const void *attrib, void *ptr) in emit_A8R8G8B8_UNORM()
250 emit_B8G8R8A8_UNORM( const void *attrib, void *ptr) in emit_B8G8R8A8_UNORM()
261 emit_B10G10R10A2_UNORM( const void *attrib, void *ptr ) in emit_B10G10R10A2_UNORM()
276 emit_B10G10R10A2_USCALED( const void *attrib, void *ptr ) in emit_B10G10R10A2_USCALED()
291 emit_B10G10R10A2_SNORM( const void *attrib, void *ptr ) in emit_B10G10R10A2_SNORM()
306 emit_B10G10R10A2_SSCALED( const void *attrib, void *ptr ) in emit_B10G10R10A2_SSCALED()
321 emit_R10G10B10A2_UNORM( const void *attrib, void *ptr ) in emit_R10G10B10A2_UNORM()
336 emit_R10G10B10A2_USCALED( const void *attrib, void *ptr ) in emit_R10G10B10A2_USCALED()
351 emit_R10G10B10A2_SNORM( const void *attrib, void *ptr ) in emit_R10G10B10A2_SNORM()
[all …]
/external/deqp/framework/qphelper/
DqpXmlWriter.h54 qpXmlAttribute attrib; in qpSetStringAttrib() local
65 qpXmlAttribute attrib; in qpSetIntAttrib() local
76 qpXmlAttribute attrib; in qpSetBoolAttrib() local
/external/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp53 static DWORD_PTR MySHGetFileInfoW(LPCWSTR pszPath, DWORD attrib, SHFILEINFOW *psfi, UINT cbFileInfo… in MySHGetFileInfoW()
65 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex) in GetRealIconIndex()
117 static int FindInSorted_Attrib(const CRecordVector<CAttribIconPair> &vect, DWORD attrib, int &inser… in FindInSorted_Attrib()
153 int CExtToIconMap::GetIconIndex(DWORD attrib, const wchar_t *fileName /*, UString *typeName */) in GetIconIndex()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp589 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute() local
599 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute() local
615 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute() local
631 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute() local
647 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute() local
663 const TiXmlAttribute* attrib = attributeSet.Find( name ); in QueryIntAttribute() local
712 const TiXmlAttribute* attrib = attributeSet.Find( name ); in QueryIntAttribute() local
722 const TiXmlAttribute* attrib = attributeSet.Find( name ); in QueryDoubleAttribute() local
732 const TiXmlAttribute* attrib = attributeSet.Find( name ); in QueryDoubleAttribute() local
742 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); in SetAttribute() local
[all …]
Dtinyxmlparser.cpp1142 TiXmlAttribute* attrib = new TiXmlAttribute(); in Parse() local
1605 TiXmlAttribute attrib; in Parse() local
1611 TiXmlAttribute attrib; in Parse() local
1617 TiXmlAttribute attrib; in Parse() local
/external/mesa3d/src/mesa/drivers/dri/common/
Dutils.c438 #define __ATTRIB(attrib, field) \ argument
441 static const struct { unsigned int attrib, offset; } attribMap[] = { member
544 unsigned int attrib, unsigned int *value) in driGetConfigAttrib()
565 unsigned int *attrib, unsigned int *value) in driIndexConfigAttrib()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.c118 attrib_name(LLVMValueRef val, unsigned attrib, unsigned chan, const char *suffix) in attrib_name()
169 unsigned attrib; in coeffs_init_simple() local
249 unsigned attrib; in attribs_update_simple() local
371 unsigned attrib; in coeffs_init() local
561 unsigned attrib; in attribs_update() local
703 unsigned attrib; in lp_build_interp_soa_init() local
/external/mesa3d/src/glx/
Ddri_common.c206 #define __ATTRIB(attrib, field) \ argument
211 unsigned int attrib, offset; member
259 scalarEqual(struct glx_config *mode, unsigned int attrib, unsigned int value) in scalarEqual()
277 unsigned int attrib, value, glxValue; in driConfigEqual() local
/external/deqp/modules/egl/
DteglQueryConfigTests.cpp48 static void logConfigAttribute (TestLog& log, EGLenum attrib, EGLint value) in logConfigAttribute()
269 EGLint GetConfigAttribCase::getValue (EGLConfig config, EGLenum attrib, bool logValue) in getValue()
330 void checkBoolean (EGLenum attrib, EGLint value) in checkBoolean()
341 void checkInteger (EGLenum attrib, EGLint value) in checkInteger()
368 void checkAttribute (EGLenum attrib, EGLint value) in checkAttribute()
DteglChooseConfigReference.cpp383 const EGLenum attrib = bitAttribs[ndx]; in getSpecifiedRGBColors() local
407 const EGLenum attrib = bitAttribs[ndx]; in getSpecifiedLuminanceColors() local
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_maos_arrays.c87 GLubyte attrib = vimap_rev[i]; in r200EmitArrays() local
/external/mesa3d/src/mesa/swrast/
Dswrast.h101 GLfloat attrib[FRAG_ATTRIB_MAX][4]; member
/external/apache-http/src/org/apache/http/impl/cookie/
DCookieSpecBase.java93 NameValuePair attrib = attribs[j]; in parse() local
DRFC2965Spec.java142 NameValuePair attrib = entry.getValue(); in parse() local
/external/autotest/client/deps/glbench/src/
Dglx_stuff.cc69 int attrib[] = { in GetXVisual() local
/external/tinyxml/
Dtinyxmlparser.cpp1100 TiXmlAttribute* attrib = new TiXmlAttribute(); in Parse() local
1539 TiXmlAttribute attrib; in Parse() local
1545 TiXmlAttribute attrib; in Parse() local
1551 TiXmlAttribute attrib; in Parse() local
/external/mesa3d/src/mesa/tnl/
Dt_vertex.h67 GLuint attrib; /* _TNL_ATTRIB_ enum */ member
/external/mesa3d/src/gallium/drivers/i915/
Di915_prim_emit.c80 const float *attrib = vertex->data[j]; in emit_hw_vertex() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vertex.h91 } attrib[PIPE_MAX_SHADER_OUTPUTS]; member
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_draw.c220 vroute_add(struct nv30_render *r, uint attrib, uint sem, uint *idx) in vroute_add()
278 unsigned attrib = 0; in nv30_render_validate() local

1234