Home
last modified time | relevance | path

Searched refs:attributeMask (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/glx/
DWindowSurfaceGLX.cpp111 unsigned long attributeMask = CWColormap | CWBorderPixel; in initialize() local
125 visualInfo->depth, InputOutput, visual, attributeMask, &attributes); in initialize()
/external/angle/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp556 gl::AttributesMask *attributeMask) const in recoverForcedStreamingAttributesForDrawArraysInstanced()
558 if (attributeMask->none()) in recoverForcedStreamingAttributesForDrawArraysInstanced()
569 for (auto idx : *attributeMask) in recoverForcedStreamingAttributesForDrawArraysInstanced()
594 attributeMask->reset(); in recoverForcedStreamingAttributesForDrawArraysInstanced()
DVertexArrayGL.h126 gl::AttributesMask *attributeMask) const;
/external/angle/util/x11/
DX11Window.cpp321 unsigned long attributeMask = CWBorderPixel | CWColormap | CWEventMask; in initializeImpl() local
330 attributeMask, &attributes); in initializeImpl()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableDrivenMarshal.c529 if((mask & amt->attributeMask) != 0) in Unmarshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalTypes.h164 UINT32 attributeMask; // the values that must be zero. member