Home
last modified time | relevance | path

Searched defs:attribs (Results 1 - 25 of 175) sorted by relevance

1234567

/third_party/typescript/tests/baselines/reference/
H A DtsxAttributeErrors.js
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeMutex.cpp40 deMutexAttributes attribs; in Mutex() local
H A DdeSemaphore.cpp39 deSemaphoreAttributes attribs; in Semaphore() local
/third_party/skia/src/gpu/tessellate/
H A DStrokeHardwareTessellator.h21 StrokeHardwareTessellator(PatchAttribs attribs) : StrokeTessellator(attribs) {} in StrokeHardwareTessellator() argument
H A DStrokeFixedCountTessellator.h24 StrokeFixedCountTessellator(PatchAttribs attribs) : StrokeTessellator(attribs) {} in StrokeFixedCountTessellator() argument
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLAndroidFrameBufferTargetTest.cpp71 EGLint attribs[] = {EGL_FRAMEBUFFER_TARGET_ANDROID, in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDisplayVkLinux.cpp20 createExternalImageSibling( const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
/third_party/icu/tools/multi/proj/icu4cscan/
H A Dxmlout.cpp50 XMLElement::XMLElement(XMLFile &f, const char *name, const char *attribs, bool single) : file(f), name(name), single(single) { in XMLElement() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_vertex.c43 softpipe_create_vertex_elements_state(struct pipe_context *pipe, unsigned count, const struct pipe_vertex_element *attribs) softpipe_create_vertex_elements_state() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_vertex.c42 llvmpipe_create_vertex_elements_state(struct pipe_context *pipe, unsigned count, const struct pipe_vertex_element *attribs) llvmpipe_create_vertex_elements_state() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A Dwgl_utils.cpp38 std::vector<int> attribs; in GetDefaultPixelFormatAttributes() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DEGLImplFactory.h84 createExternalImageSibling( const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
94 createSync(const egl::AttributeMap &attribs) createSync() argument
[all...]
H A DEGLReusableSync.cpp17 ReusableSync::ReusableSync(const egl::AttributeMap &attribs) in ReusableSync() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DAttributeMap.h79 const std::map<EGLAttrib, EGLAttrib> &attribs() const in attribs() function in egl::final
85 std::map<EGLAttrib, EGLAttrib> &attribs() in attribs() function in egl::final
H A DvalidationEGL.h117 inline const AttributeMap PackParam<const AttributeMap &, const EGLint *>(const EGLint *attribs) in PackParam() argument
126 PackParam( const EGLAttrib *attribs) PackParam() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DRendererEGL.cpp14 RendererEGL(std::unique_ptr<FunctionsGL> functionsGL, const egl::AttributeMap &attribMap, DisplayEGL *display, EGLContext context, const native_egl::AttributeVector attribs, bool isExternalContext) RendererEGL() argument
H A DDmaBufImageSiblingEGL.cpp16 DmaBufImageSiblingEGL::DmaBufImageSiblingEGL(const egl::AttributeMap &attribs) in DmaBufImageSiblingEGL() argument
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrPathTessellationShader_Hardware.cpp35 HardwareWedgeShader(const SkMatrix& viewMatrix, const SkPMColor4f& color, PatchAttribs attribs) HardwareWedgeShader() argument
177 HardwareCurveShader(const SkMatrix& viewMatrix, const SkPMColor4f& color, PatchAttribs attribs) HardwareCurveShader() argument
348 MakeHardwareTessellationShader( SkArenaAlloc* arena, const SkMatrix& viewMatrix, const SkPMColor4f& color, PatchAttribs attribs) MakeHardwareTessellationShader() argument
[all...]
H A DGrPathTessellationShader_MiddleOut.cpp35 MiddleOutShader(const GrShaderCaps& shaderCaps, const SkMatrix& viewMatrix, const SkPMColor4f& color, PatchAttribs attribs) MiddleOutShader() argument
219 MakeMiddleOutFixedCountShader( const GrShaderCaps& shaderCaps, SkArenaAlloc* arena, const SkMatrix& viewMatrix, const SkPMColor4f& color, PatchAttribs attribs) MakeMiddleOutFixedCountShader() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
H A DDisplayAndroid.cpp44 createExternalImageSibling( const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
/third_party/mesa3d/src/glx/tests/
H A Dfake_glx_screen.cpp62 indirect_create_context_attribs(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) indirect_create_context_attribs() argument
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_indirect_draw.h42 mali_ptr attribs; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DEGLImageD3D.cpp27 EGLImageD3D(const egl::ImageState &state, EGLenum target, const egl::AttributeMap &attribs, RendererD3D *renderer) EGLImageD3D() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DPixmapTest.cpp68 std::vector<EGLint> attribs; variable
H A DExternalWrapTest.cpp121 EGLint attribs[] = { in createExternalTexture() local

Completed in 14 milliseconds

1234567