/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Stream.cpp | 124 Error Stream::createConsumerGLTextureExternal(const AttributeMap &attributes, gl::Context *context) in createConsumerGLTextureExternal() 174 Error Stream::createProducerD3D11Texture(const AttributeMap &attributes) in createProducerD3D11Texture() 250 Error Stream::postD3D11Texture(void *texture, const AttributeMap &attributes) in postD3D11Texture()
|
D | AttributeMap.cpp | 82 AttributeMap AttributeMap::CreateFromIntArray(const EGLint *attributes) in CreateFromIntArray() 96 AttributeMap AttributeMap::CreateFromAttribArray(const EGLAttrib *attributes) in CreateFromAttribArray()
|
D | validationEGL.cpp | 333 Error ValidateConfigAttributes(const Display *display, const AttributeMap &attributes) in ValidateConfigAttributes() 1135 const AttributeMap &attributes) in ValidateCreateContext() 1464 const AttributeMap &attributes) in ValidateCreateWindowSurface() 1587 Error ValidateCreatePbufferSurface(Display *display, Config *config, const AttributeMap &attributes) in ValidateCreatePbufferSurface() 1713 const AttributeMap &attributes) in ValidateCreatePbufferFromClientBuffer() 2128 const AttributeMap &attributes) in ValidateCreateImage() 2603 const AttributeMap &attributes) in ValidateCreateImageKHR() 2882 Error ValidateCreateStreamKHR(const Display *display, const AttributeMap &attributes) in ValidateCreateStreamKHR() 3723 const AttributeMap &attributes) in ValidateCreatePlatformWindowSurfaceEXT() 3738 const AttributeMap &attributes) in ValidateCreatePlatformPixmapSurfaceEXT()
|
D | Surface.h | 53 AttributeMap attributes; member
|
D | Surface.cpp | 49 const AttributeMap &attributes, in Surface()
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/ |
D | EGLX11VisualTest.cpp | 77 auto attributes = getDisplayAttributes(gInvalidVisualId); in TEST_P() local 103 auto attributes = getDisplayAttributes(visualId); in TEST_P() local 176 auto attributes = getDisplayAttributes(visualId); in TEST_P() local
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/ |
D | RemoveInactiveInterfaceVariables.cpp | 44 const std::vector<sh::ShaderVariable> &attributes, in RemoveInactiveInterfaceVariablesTraverser() 134 const std::vector<sh::ShaderVariable> &attributes, in RemoveInactiveInterfaceVariables()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_egl_ext.cpp | 220 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreatePlatformWindowSurfaceEXT() local 247 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreatePlatformPixmapSurfaceEXT() local 428 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreateImageKHR() local 533 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreateStreamKHR() local 804 AttributeMap attributes = AttributeMap::CreateFromAttribArray(attrib_list); in EGL_StreamConsumerGLTextureExternalAttribsNV() local 839 AttributeMap attributes = AttributeMap::CreateFromAttribArray(attrib_list); in EGL_CreateStreamProducerD3DTextureANGLE() local 876 AttributeMap attributes = AttributeMap::CreateFromAttribArray(attrib_list); in EGL_StreamPostD3DTextureANGLE() local 910 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreateSyncKHR() local 1267 AttributeMap attributes = AttributeMap::CreateFromAttribArray(attrib_list); in EGL_DebugMessageControlKHR() local
|
D | entry_points_egl.cpp | 253 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreateWindowSurface() local 280 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreatePbufferSurface() local 378 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreateContext() local 751 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreatePbufferFromClientBuffer() local 839 AttributeMap attributes = AttributeMap::CreateFromAttribArray(attrib_list); in EGL_CreateSync() local 944 AttributeMap attributes = AttributeMap::CreateFromIntArray((const EGLint *)attrib_list); in EGL_CreateImage() local 1037 AttributeMap attributes = AttributeMap::CreateFromAttribArray(attrib_list); in EGL_CreatePlatformWindowSurface() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/egl/ |
D | egl_utils.h | 32 AttributeVector TrimAttributeMap(const egl::AttributeMap &attributes, in TrimAttributeMap()
|
D | egl_utils.cpp | 19 AttributeVector TrimAttributeMap(const egl::AttributeMap &attributes, in TrimAttributeMap()
|
D | ImageEGL.cpp | 51 std::vector<EGLint> attributes; in initialize() local
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/ |
D | gtest-filepath.cc | 209 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() local 233 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists() local
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/ |
D | ANGLEShaderParser.h | 38 std::vector<ST_ShaderVariable> attributes; member
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | StreamProducerD3DTexture.cpp | 133 void StreamProducerD3DTexture::postD3DTexture(void *pointer, const egl::AttributeMap &attributes) in postD3DTexture()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | VertexDeclarationCache.cpp | 50 const std::vector<TranslatedAttribute> &attributes, in applyDeclaration()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/glx/ |
D | WindowSurfaceGLX.cpp | 102 XSetWindowAttributes attributes; in initialize() local
|
D | DisplayGLX.cpp | 713 XWindowAttributes attributes; in isValidNativeWindow() local
|
/device/generic/vulkan-cereal/third-party/angle/util/x11/ |
D | X11Window.cpp | 320 XSetWindowAttributes attributes; in initialize() local
|
/device/generic/vulkan-cereal/stream-servers/testlibs/x11/ |
D | X11Window.cpp | 220 XSetWindowAttributes attributes; in initialize() local
|
/device/generic/vulkan-cereal/third-party/angle/samples/shader_translator/ |
D | shader_translator.cpp | 686 const std::vector<sh::ShaderVariable> *attributes = sh::GetAttributes(compiler); in PrintActiveVariables() local
|
/device/generic/vulkan-cereal/stream-servers/tests/ |
D | GLSnapshotPrograms_unittest.cpp | 66 std::vector<GlShaderVariable> attributes; member
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | cpp_bindings.h | 72 nlattr ** attributes() { in attributes() function
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/ |
D | mtl_state_cache.h | 147 VertexAttributeDesc attributes[kMaxVertexAttribs]; member
|
/device/generic/vulkan-cereal/protocols/vulkan/config/chunkindex/ |
D | lunr.js | 2414 lunr.Builder.prototype.field = function (fieldName, attributes) { argument 2468 lunr.Builder.prototype.add = function (doc, attributes) { argument
|