Home
last modified time | relevance | path

Searched defs:attribs (Results 26 - 50 of 175) sorted by relevance

1234567

/third_party/vk-gl-cts/framework/egl/
H A DegluStrUtil.hpp55 const int* attribs; member
61 const int* attribs; member
67 const int* attribs; member
80 inline ConfigAttribListFmt getConfigAttribListStr (const int* attribs) { return ConfigAttribListFmt(attribs); } in getConfigAttribListStr() argument
83 inline SurfaceAttribListFmt getSurfaceAttribListStr (const int* attribs) { return SurfaceAttribListFmt(attribs); } in getSurfaceAttribListStr() argument
86 getContextAttribListStr(const int* attribs) getContextAttribListStr() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DSyncEGL.cpp18 SyncEGL::SyncEGL(const egl::AttributeMap &attribs, const FunctionsEGL *egl) in SyncEGL() argument
43 std::vector<EGLint> attribs; in initialize() local
H A DImageEGL.cpp24 ImageEGL(const egl::ImageState &state, const gl::Context *context, EGLenum target, const egl::AttributeMap &attribs, const FunctionsEGL *egl) ImageEGL() argument
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_context.c56 struct st_context_attribs attribs; in dri_create_context() local
[all...]
/third_party/mesa3d/src/glx/tests/
H A Dfake_glx_screen.h120 create_attribs(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) create_attribs() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_vertex.c235 svga_create_vertex_elements_state(struct pipe_context *pipe, unsigned count, const struct pipe_vertex_element *attribs) svga_create_vertex_elements_state() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DEGLSync.cpp21 Sync::Sync(rx::EGLImplFactory *factory, EGLenum type, const AttributeMap &attribs) in Sync() argument
H A DStream.cpp27 Stream::Stream(Display *display, const AttributeMap &attribs) in Stream() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DDisplayVkAndroid.cpp103 createExternalImageSibling( const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLBackwardsCompatibleContextTest.cpp115 EGLint attribs[] = {EGL_CONTEXT_MAJOR_VERSION, in TEST_P() local
H A DEGLBufferAgeTest.cpp50 EGLint attribs[] = {EGL_RED_SIZE, in chooseConfig() local
72 EGLint attribs[] = {EGL_CONTEXT_MAJOR_VERSION, mMajorVersion, EGL_NONE}; in createContext() local
83 EGLint attribs[] = {EGL_NONE}; in createWindowSurface() local
287 EGLint attribs[] = {EGL_RED_SIZE, in TEST_P() local
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrPathTessellationShader.h128 GrPathTessellationShader(ClassID classID, GrPrimitiveType primitiveType, int tessellationPatchVertexCount, const SkMatrix& viewMatrix, const SkPMColor4f& color, skgpu::PatchAttribs attribs) GrPathTessellationShader() argument
/third_party/skia/src/gpu/tessellate/
H A DTessellation.h117 constexpr size_t PatchAttribsStride(PatchAttribs attribs) { in PatchAttribsStride() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuTestHierarchyUtil.cpp69 qpXmlAttribute attribs[1]; in writeXmlCaselist() local
93 qpXmlAttribute attribs[2]; in writeXmlCaselist() local
/third_party/vk-gl-cts/modules/egl/
H A DteglMutableRenderBufferTests.cpp104 const EGLint attribs[] = in init() local
/third_party/glfw/src/
H A Dosmesa_context.c219 int index = 0, attribs[40]; in _glfwCreateContextOSMesa() local
/third_party/astc-encoder/Source/
H A Dastcenccli_platform_dependents.cpp52 pthread_create( pthread_t* thread, const pthread_attr_t* attribs, void* (*threadfunc)(void*), void* thread_arg ) pthread_create() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
H A Damdgcn_glslc.c125 static const EGLint attribs[] = { in create_gl_core_context() local
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/
H A Dwgl_tests.cpp106 void window::recreate_attribs(const int *attribs) in recreate_attribs() argument
228 const int attribs[] = { WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB, WGL_LOSE_CONTEXT_ON_RESET_ARB, 0 }; in TEST_F() local
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp164 struct st_context_attribs attribs; in CreateContext() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.h106 LLVMValueRef attribs[1 + PIPE_MAX_SHADER_INPUTS][TGSI_NUM_CHANNELS]; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DExternalImageSiblingImpl11.cpp20 ExternalImageSiblingImpl11(Renderer11 *renderer, EGLClientBuffer buffer, const egl::AttributeMap &attribs) ExternalImageSiblingImpl11() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_win.cpp124 DWORD attribs = fileInformation.dwFileAttributes; in IsDirectory() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DPbufferSurfaceGLX.cpp49 const int attribs[] = { in initialize() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDisplayGL.cpp81 createImage(const egl::ImageState &state, const gl::Context *context, EGLenum target, const egl::AttributeMap &attribs) createImage() argument
90 createPbufferFromClientBuffer(const egl::SurfaceState &state, EGLenum buftype, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) createPbufferFromClientBuffer() argument
99 createStreamProducerD3DTexture( egl::Stream::ConsumerType consumerType, const egl::AttributeMap &attribs) createStreamProducerD3DTexture() argument

Completed in 11 milliseconds

1234567