/third_party/vk-gl-cts/framework/egl/ |
H A D | egluStrUtil.hpp | 55 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 D | SyncEGL.cpp | 18 SyncEGL::SyncEGL(const egl::AttributeMap &attribs, const FunctionsEGL *egl) in SyncEGL() argument 43 std::vector<EGLint> attribs; in initialize() local
|
H A D | ImageEGL.cpp | 24 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 D | dri_context.c | 56 struct st_context_attribs attribs; in dri_create_context() local [all...] |
/third_party/mesa3d/src/glx/tests/ |
H A D | fake_glx_screen.h | 120 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 D | svga_pipe_vertex.c | 235 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 D | EGLSync.cpp | 21 Sync::Sync(rx::EGLImplFactory *factory, EGLenum type, const AttributeMap &attribs) in Sync() argument
|
H A D | Stream.cpp | 27 Stream::Stream(Display *display, const AttributeMap &attribs) in Stream() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
H A D | DisplayVkAndroid.cpp | 103 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 D | EGLBackwardsCompatibleContextTest.cpp | 115 EGLint attribs[] = {EGL_CONTEXT_MAJOR_VERSION, in TEST_P() local
|
H A D | EGLBufferAgeTest.cpp | 50 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 D | GrPathTessellationShader.h | 128 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 D | Tessellation.h | 117 constexpr size_t PatchAttribsStride(PatchAttribs attribs) { in PatchAttribsStride() argument
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestHierarchyUtil.cpp | 69 qpXmlAttribute attribs[1]; in writeXmlCaselist() local 93 qpXmlAttribute attribs[2]; in writeXmlCaselist() local
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglMutableRenderBufferTests.cpp | 104 const EGLint attribs[] = in init() local
|
/third_party/glfw/src/ |
H A D | osmesa_context.c | 219 int index = 0, attribs[40]; in _glfwCreateContextOSMesa() local
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_platform_dependents.cpp | 52 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 D | amdgcn_glslc.c | 125 static const EGLint attribs[] = { in create_gl_core_context() local
|
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/ |
H A D | wgl_tests.cpp | 106 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 D | GalliumContext.cpp | 164 struct st_context_attribs attribs; in CreateContext() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_interp.h | 106 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 D | ExternalImageSiblingImpl11.cpp | 20 ExternalImageSiblingImpl11(Renderer11 *renderer, EGLClientBuffer buffer, const egl::AttributeMap &attribs) ExternalImageSiblingImpl11() argument
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | system_utils_win.cpp | 124 DWORD attribs = fileInformation.dwFileAttributes; in IsDirectory() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | PbufferSurfaceGLX.cpp | 49 const int attribs[] = { in initialize() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DisplayGL.cpp | 81 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
|