/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLX11VisualTest.cpp | 34 std::vector<EGLint> attribs; in getDisplayAttributes() local
|
H A D | EGLMultiContextTest.cpp | 61 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 D | tcuANGLEPlatform.cpp | 168 std::vector<eglw::EGLAttrib> attribs; in initAttribs() local [all...] |
/third_party/skia/src/gpu/tessellate/shaders/ |
H A D | GrStrokeTessellationShader.cpp | 15 GrStrokeTessellationShader(const GrShaderCaps& shaderCaps, Mode mode, PatchAttribs attribs, const SkMatrix& viewMatrix, const SkStrokeRec& stroke, SkPMColor4f color, int8_t maxParametricSegments_log2) GrStrokeTessellationShader() argument
|
H A D | GrStrokeTessellationShader.h | 41 PatchAttribs attribs() const { return fPatchAttribs; } in attribs() function in GrStrokeTessellationShader
|
H A D | GrPathTessellationShader.cpp | 61 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 D | StrokeTessellator.h | 33 StrokeTessellator(PatchAttribs attribs) : fAttribs(attribs) {} in StrokeTessellator() argument
|
H A D | PathTessellator.h | 140 PathTessellator(bool infinitySupport, PatchAttribs attribs) : fAttribs(attribs) { in PathTessellator() argument
|
/third_party/skia/tools/sk_app/unix/ |
H A D | GLWindowContext_unix.cpp | 86 int attribs[] = { in onInitializeContext() local
|
/third_party/skia/tools/sk_app/win/ |
H A D | ANGLEWindowContext_win.cpp | 35 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 D | tcuOSXPlatform.cpp | 166 const CGLPixelFormatAttribute attribs[] = in CGLRenderContext() local
|
/third_party/glfw/src/ |
H A D | wgl_context.c | 37 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 D | egl_context.c | 366 EGLint* attribs = NULL; in _glfwInitEGL() local 578 EGLint attribs[40]; in _glfwCreateContextEGL() local [all...] |
H A D | glx_context.c | 456 int attribs[40]; in _glfwCreateContextGLX() local
|
/third_party/mesa3d/src/glx/tests/ |
H A D | create_context_unittest.cpp | 312 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 D | stw_context.c | 173 struct st_context_attribs attribs; in stw_create_context_attribs() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_state.h | 36 VkVertexInputAttributeDescription attribs[PIPE_MAX_ATTRIBS]; member
|
/third_party/mesa3d/src/glx/ |
H A D | indirect_glx.c | 263 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 D | pan_job.h | 173 mali_ptr attribs[PIPE_SHADER_TYPES]; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
H A D | IOSurfaceSurfaceCGL.cpp | 78 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 D | VertexArray11.cpp | 251 const auto &attribs = mState.getVertexAttributes(); in updateDirtyAttribs() local 304 const auto &attribs = mState.getVertexAttributes(); in updateDynamicAttribs() local
|
H A D | InputLayoutCache.cpp | 147 const auto &attribs = state.getVertexArray()->getVertexAttributes(); in getInputLayout() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | PixmapSurfaceGLX.cpp | 171 const int attribs[] = {None}; in bindTexImage() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SyncVk.cpp | 436 EGLSyncVk::EGLSyncVk(const egl::AttributeMap &attribs) in EGLSyncVk() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultithreadingTest.cpp | 46 EGLint attribs[] = {EGL_CONTEXT_VIRTUALIZATION_GROUP_ANGLE, mVirtualizationGroup++, in createMultithreadedContext() local
|