Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 25 of 35) sorted by relevance

12

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DStream.cpp124 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()
DAttributeMap.cpp82 AttributeMap AttributeMap::CreateFromIntArray(const EGLint *attributes) in CreateFromIntArray()
96 AttributeMap AttributeMap::CreateFromAttribArray(const EGLAttrib *attributes) in CreateFromAttribArray()
DvalidationEGL.cpp333 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()
DSurface.h53 AttributeMap attributes; member
DSurface.cpp49 const AttributeMap &attributes, in Surface()
/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/
DEGLX11VisualTest.cpp77 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/
DRemoveInactiveInterfaceVariables.cpp44 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/
Dentry_points_egl_ext.cpp220 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
Dentry_points_egl.cpp253 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/
Degl_utils.h32 AttributeVector TrimAttributeMap(const egl::AttributeMap &attributes, in TrimAttributeMap()
Degl_utils.cpp19 AttributeVector TrimAttributeMap(const egl::AttributeMap &attributes, in TrimAttributeMap()
DImageEGL.cpp51 std::vector<EGLint> attributes; in initialize() local
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-filepath.cc209 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/
DANGLEShaderParser.h38 std::vector<ST_ShaderVariable> attributes; member
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DStreamProducerD3DTexture.cpp133 void StreamProducerD3DTexture::postD3DTexture(void *pointer, const egl::AttributeMap &attributes) in postD3DTexture()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DVertexDeclarationCache.cpp50 const std::vector<TranslatedAttribute> &attributes, in applyDeclaration()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/glx/
DWindowSurfaceGLX.cpp102 XSetWindowAttributes attributes; in initialize() local
DDisplayGLX.cpp713 XWindowAttributes attributes; in isValidNativeWindow() local
/device/generic/vulkan-cereal/third-party/angle/util/x11/
DX11Window.cpp320 XSetWindowAttributes attributes; in initialize() local
/device/generic/vulkan-cereal/stream-servers/testlibs/x11/
DX11Window.cpp220 XSetWindowAttributes attributes; in initialize() local
/device/generic/vulkan-cereal/third-party/angle/samples/shader_translator/
Dshader_translator.cpp686 const std::vector<sh::ShaderVariable> *attributes = sh::GetAttributes(compiler); in PrintActiveVariables() local
/device/generic/vulkan-cereal/stream-servers/tests/
DGLSnapshotPrograms_unittest.cpp66 std::vector<GlShaderVariable> attributes; member
/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.h72 nlattr ** attributes() { in attributes() function
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/
Dmtl_state_cache.h147 VertexAttributeDesc attributes[kMaxVertexAttribs]; member
/device/generic/vulkan-cereal/protocols/vulkan/config/chunkindex/
Dlunr.js2414 lunr.Builder.prototype.field = function (fieldName, attributes) { argument
2468 lunr.Builder.prototype.add = function (doc, attributes) { argument

12