Home
last modified time | relevance | path

Searched defs:attribs (Results 51 - 75 of 175) sorted by relevance

1234567

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLX11VisualTest.cpp34 std::vector<EGLint> attribs; in getDisplayAttributes() local
H A DEGLMultiContextTest.cpp61 EGLint attribs[] = {EGL_RED_SIZE, in chooseConfig() local
83 EGLint attribs[] = {EGL_CONTEXT_MAJOR_VERSION, 3, EGL_NONE}; in createContext() local
98 EGLint attribs[] = {EGL_WIDTH, width, EGL_HEIGHT, height, EGL_NONE}; in createPbufferSurface() local
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A DtcuANGLEPlatform.cpp168 std::vector<eglw::EGLAttrib> attribs; in initAttribs() local
[all...]
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrStrokeTessellationShader.cpp15 GrStrokeTessellationShader(const GrShaderCaps& shaderCaps, Mode mode, PatchAttribs attribs, const SkMatrix& viewMatrix, const SkStrokeRec& stroke, SkPMColor4f color, int8_t maxParametricSegments_log2) GrStrokeTessellationShader() argument
H A DGrStrokeTessellationShader.h41 PatchAttribs attribs() const { return fPatchAttribs; } in attribs() function in GrStrokeTessellationShader
H A DGrPathTessellationShader.cpp61 Make(SkArenaAlloc* arena, const SkMatrix& viewMatrix, const SkPMColor4f& color, int totalCombinedPathVerbCnt, const GrPipeline& pipeline, skgpu::PatchAttribs attribs, const GrCaps& caps) Make() argument
/third_party/skia/src/gpu/tessellate/
H A DStrokeTessellator.h33 StrokeTessellator(PatchAttribs attribs) : fAttribs(attribs) {} in StrokeTessellator() argument
H A DPathTessellator.h140 PathTessellator(bool infinitySupport, PatchAttribs attribs) : fAttribs(attribs) { in PathTessellator() argument
/third_party/skia/tools/sk_app/unix/
H A DGLWindowContext_unix.cpp86 int attribs[] = { in onInitializeContext() local
/third_party/skia/tools/sk_app/win/
H A DANGLEWindowContext_win.cpp35 static constexpr EGLint attribs[] = {EGL_PLATFORM_ANGLE_TYPE_ANGLE, kType, EGL_NONE}; in get_angle_egl_display() local
/third_party/vk-gl-cts/framework/platform/osx/
H A DtcuOSXPlatform.cpp166 const CGLPixelFormatAttribute attribs[] = in CGLRenderContext() local
/third_party/glfw/src/
H A Dwgl_context.c37 static int findPixelFormatAttribValueWGL(const int* attribs, in findPixelFormatAttribValueWGL() argument
72 int attribs[40]; in choosePixelFormatWGL() local
545 int attribs[40]; _glfwCreateContextWGL() local
[all...]
H A Degl_context.c366 EGLint* attribs = NULL; in _glfwInitEGL() local
578 EGLint attribs[40]; in _glfwCreateContextEGL() local
[all...]
H A Dglx_context.c456 int attribs[40]; in _glfwCreateContextGLX() local
/third_party/mesa3d/src/glx/tests/
H A Dcreate_context_unittest.cpp312 static const int attribs[] = { in TEST_F() local
329 static const int attribs[] = { in TEST_F() local
349 int attribs[] = { in TEST_F() local
76 xcb_glx_create_context_attribs_arb_checked(xcb_connection_t *c, xcb_glx_context_t context, uint32_t fbconfig, uint32_t screen, uint32_t share_list, uint8_t is_direct, uint32_t num_attribs, const uint32_t *attribs) xcb_glx_create_context_attribs_arb_checked() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_context.c173 struct st_context_attribs attribs; in stw_create_context_attribs() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.h36 VkVertexInputAttributeDescription attribs[PIPE_MAX_ATTRIBS]; member
/third_party/mesa3d/src/glx/
H A Dindirect_glx.c263 const uint32_t attribs[] = { GLX_RENDER_TYPE, renderType }; in indirect_create_context() local
275 indirect_create_context_attribs(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) indirect_create_context_attribs() argument
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_job.h173 mali_ptr attribs[PIPE_SHADER_TYPES]; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DIOSurfaceSurfaceCGL.cpp78 IOSurfaceSurfaceCGL(const egl::SurfaceState &state, CGLContextObj cglContext, EGLClientBuffer buffer, const egl::AttributeMap &attribs) IOSurfaceSurfaceCGL() argument
218 validateAttributes(EGLClientBuffer buffer, const egl::AttributeMap &attribs) validateAttributes() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DVertexArray11.cpp251 const auto &attribs = mState.getVertexAttributes(); in updateDirtyAttribs() local
304 const auto &attribs = mState.getVertexAttributes(); in updateDynamicAttribs() local
H A DInputLayoutCache.cpp147 const auto &attribs = state.getVertexArray()->getVertexAttributes(); in getInputLayout() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DPixmapSurfaceGLX.cpp171 const int attribs[] = {None}; in bindTexImage() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSyncVk.cpp436 EGLSyncVk::EGLSyncVk(const egl::AttributeMap &attribs) in EGLSyncVk() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultithreadingTest.cpp46 EGLint attribs[] = {EGL_CONTEXT_VIRTUALIZATION_GROUP_ANGLE, mVirtualizationGroup++, in createMultithreadedContext() local

Completed in 15 milliseconds

1234567