/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_manager.c | 1000 st_api_create_context(struct st_api *stapi, struct st_manager *smapi, const struct st_context_attribs *attribs, enum st_context_error *error, struct st_context_iface *shared_stctxi) st_api_create_context() argument [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_pipeline.c | 822 struct panvk_attribs_info *attribs = &pipeline->attribs; in panvk_pipeline_builder_parse_vertex_input() local [all...] |
H A D | panvk_vX_cmd_buffer.c | 521 struct panfrost_ptr attribs = in panvk_draw_prepare_varyings() local 579 struct panfrost_ptr attribs = in panvk_prepare_non_vs_attribs() local 532 panvk_fill_non_vs_attribs(struct panvk_cmd_buffer *cmdbuf, struct panvk_cmd_bind_point_state *bind_point_state, void *attrib_bufs, void *attribs, unsigned first_buf) panvk_fill_non_vs_attribs() argument 617 struct panfrost_ptr attribs = panvk_draw_prepare_vs_attribs() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_setup.c | 476 LLVMValueRef attribs[3]; in emit_tri_coef() local
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state.c | 984 i915_create_vertex_elements_state(struct pipe_context *pipe, unsigned count, const struct pipe_vertex_element *attribs) i915_create_vertex_elements_state() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Surface.cpp | 808 WindowSurface(rx::EGLImplFactory *implFactory, const egl::Config *config, EGLNativeWindowType window, const AttributeMap &attribs, bool robustResourceInit) WindowSurface() argument 820 PbufferSurface(rx::EGLImplFactory *implFactory, const Config *config, const AttributeMap &attribs, bool robustResourceInit) PbufferSurface() argument 829 PbufferSurface(rx::EGLImplFactory *implFactory, const Config *config, EGLenum buftype, EGLClientBuffer clientBuffer, const AttributeMap &attribs, bool robustResourceInit) PbufferSurface() argument 843 PixmapSurface(rx::EGLImplFactory *implFactory, const Config *config, NativePixmapType nativePixmap, const AttributeMap &attribs, bool robustResourceInit) PixmapSurface() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | DisplayEGL.cpp | 30 rx::RobustnessVideoMemoryPurgeStatus GetRobustnessVideoMemoryPurge(const egl::AttributeMap &attribs) in GetRobustnessVideoMemoryPurge() argument 124 EGLSyncImpl *DisplayEGL::createSync(const egl::AttributeMap &attribs) in createSync() argument 116 createImage(const egl::ImageState &state, const gl::Context *context, EGLenum target, const egl::AttributeMap &attribs) createImage() argument 412 createWindowSurface(const egl::SurfaceState &state, EGLNativeWindowType window, const egl::AttributeMap &attribs) createWindowSurface() argument 427 createPbufferSurface(const egl::SurfaceState &state, const egl::AttributeMap &attribs) createPbufferSurface() argument 464 createPbufferFromClientBuffer(const egl::SurfaceState &state, EGLenum buftype, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) createPbufferFromClientBuffer() argument 481 createPixmapSurface(const egl::SurfaceState &state, NativePixmapType nativePixmap, const egl::AttributeMap &attribs) createPixmapSurface() argument 489 createContext(const gl::State &state, gl::ErrorSet *errorSet, const egl::Config *configuration, const gl::Context *shareContext, const egl::AttributeMap &attribs) createContext() argument 925 native_egl::AttributeVector attribs; createRenderer() local 1018 createExternalImageSibling(const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | DisplayGLX.cpp | 32 rx::RobustnessVideoMemoryPurgeStatus GetRobustnessVideoMemoryPurge(const egl::AttributeMap &attribs) in GetRobustnessVideoMemoryPurge() argument 424 createWindowSurface(const egl::SurfaceState &state, EGLNativeWindowType window, const egl::AttributeMap &attribs) createWindowSurface() argument 434 createPbufferSurface(const egl::SurfaceState &state, const egl::AttributeMap &attribs) createPbufferSurface() argument 447 createPbufferFromClientBuffer(const egl::SurfaceState &state, EGLenum buftype, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) createPbufferFromClientBuffer() argument 456 createPixmapSurface(const egl::SurfaceState &state, NativePixmapType nativePixmap, const egl::AttributeMap &attribs) createPixmapSurface() argument 487 createContext(const gl::State &state, gl::ErrorSet *errorSet, const egl::Config *configuration, const gl::Context *shareContext, const egl::AttributeMap &attribs) createContext() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ContextGL.cpp | 367 const auto &attribs = mState.getVertexArray()->getVertexAttributes(); in updateAttributesForBaseInstance() local
|
H A D | VertexArrayGL.cpp | 354 const auto &attribs = mState.getVertexAttributes(); in computeStreamingAttributeSizes() local 429 const auto &attribs = mState.getVertexAttributes(); in streamAttributes() local 579 const auto &attribs = mState.getVertexAttributes(); in recoverForcedStreamingAttributesForDrawArraysInstanced() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | CollectVariables.cpp | 251 CollectVariablesTraverser( std::vector<sh::ShaderVariable> *attribs, std::vector<sh::ShaderVariable> *outputVariables, std::vector<sh::ShaderVariable> *uniforms, std::vector<sh::ShaderVariable> *inputVaryings, std::vector<sh::ShaderVariable> *outputVaryings, std::vector<sh::ShaderVariable> *sharedVariables, std::vector<sh::InterfaceBlock> *uniformBlocks, std::vector<sh::InterfaceBlock> *shaderStorageBlocks, ShHashFunction64 hashFunction, TSymbolTable *symbolTable, GLenum shaderType, const TExtensionBehavior &extensionBehavior, const ShBuiltInResources &resources, int tessControlShaderOutputVertices) CollectVariablesTraverser() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | DisplayWGL.cpp | 254 std::vector<int> attribs = wgl::GetDefaultPixelFormatAttributes(false); in initializeImpl() local 406 createWindowSurface(const egl::SurfaceState &state, EGLNativeWindowType window, const egl::AttributeMap &attribs) createWindowSurface() argument 429 createPbufferSurface(const egl::SurfaceState &state, const egl::AttributeMap &attribs) createPbufferSurface() argument 442 createPbufferFromClientBuffer(const egl::SurfaceState &state, EGLenum buftype, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) createPbufferFromClientBuffer() argument 458 createPixmapSurface(const egl::SurfaceState &state, NativePixmapType nativePixmap, const egl::AttributeMap &attribs) createPixmapSurface() argument 466 createContext(const gl::State &state, gl::ErrorSet *errorSet, const egl::Config *configuration, const gl::Context *shareContext, const egl::AttributeMap &attribs) createContext() argument 826 std::vector<int> attribs; createContextAttribs() local 998 const int attribs[] = {0, 0}; createWorkerContext() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | VertexArrayVk.cpp | 282 const auto &attribs = mState.getVertexAttributes(); in handleLineLoopIndirectDraw() local 467 const std::vector<gl::VertexAttribute> &attribs = mState.getVertexAttributes(); in syncState() local 560 const std::vector<gl::VertexAttribute> &attribs = mState.getVertexAttributes(); in updateActiveAttribInfo() local 777 const auto &attribs = mState.getVertexAttributes(); updateStreamedAttribs() local [all...] |
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeHardwareTessellator.cpp | 58 PatchWriter(PatchAttribs attribs, in PatchWriter() argument
|
/third_party/python/Lib/test/ |
H A D | test_contextlib.py | 243 def attribs(**kw): function
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderBuiltinVarTests.cpp | 959 rr::VertexAttrib attribs[2]; in renderReference() local [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.hpp | 238 std::vector<AttributeSpec> attribs; member
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11GlxPlatform.cpp | 328 std::vector<int> attribs; in createContext() local [all...] |
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWGL.cpp | 308 int attribs[] = { WGL_NUMBER_PIXEL_FORMATS_ARB }; in getPixelFormats() local 344 static void getPixelFormatAttribs (const Functions& wgl, HDC deviceCtx, int pixelFormat, int numAttribs, const int* attribs, std::map<int, int>* dst) in getPixelFormatAttribs() argument
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglSyncTests.cpp | 996 attribType attribs[] = { in test() local
|
H A D | teglWideColorTests.cpp | 1252 std::vector<EGLint> attribs; in executeTest() local 1284 std::vector<EGLAttrib> attribs; executeTest() local [all...] |
/third_party/glfw/src/ |
H A D | win32_window.c | 2466 EGLenum _glfwGetEGLPlatformWin32(EGLint** attribs) in _glfwGetEGLPlatformWin32() argument
|
H A D | x11_window.c | 1941 XWindowAttributes attribs; in _glfwCreateInputContextX11() local 2195 XWindowAttributes attribs; in _glfwGetWindowSizeX11() local 3087 EGLenum _glfwGetEGLPlatformX11(EGLint** attribs) in _glfwGetEGLPlatformX11() argument [all...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_indirect_draw.c | 92 nir_ssa_def *attribs; member 105 struct attribs_data attribs; member 172 mali_ptr attribs; member [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_vbuf.c | 865 u_vbuf_create_vertex_elements(struct u_vbuf *mgr, unsigned count, const struct pipe_vertex_element *attribs) u_vbuf_create_vertex_elements() argument [all...] |