Home
last modified time | relevance | path

Searched defs:context (Results 676 - 700 of 6759) sorted by relevance

1...<<21222324252627282930>>...271

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_assert.c65 LLVMContextRef context = gallivm->context; in lp_build_assert() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_index_modify.c29 void util_shorten_ubyte_elts_to_userptr(struct pipe_context *context, in util_shorten_ubyte_elts_to_userptr() argument
64 void util_rebuild_ushort_elts_to_userptr(struct pipe_context *context, in util_rebuild_ushort_elts_to_userptr() argument
98 void util_rebuild_uint_elts_to_userptr(struct pipe_context *context, in util_rebuild_uint_elts_to_userptr() argument
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_hevc.c31 void vlVaHandlePictureParameterBufferHEVC(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in vlVaHandlePictureParameterBufferHEVC() argument
182 vlVaHandleIQMatrixBufferHEVC(vlVaContext *context, vlVaBuffer *buf) vlVaHandleIQMatrixBufferHEVC() argument
213 vlVaHandleSliceParameterBufferHEVC(vlVaContext *context, vlVaBuffer *buf) vlVaHandleSliceParameterBufferHEVC() argument
[all...]
H A Dpicture_h264.c61 void vlVaHandlePictureParameterBufferH264(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in vlVaHandlePictureParameterBufferH264() argument
179 vlVaHandleIQMatrixBufferH264(vlVaContext *context, vlVaBuffer *buf) vlVaHandleIQMatrixBufferH264() argument
188 vlVaHandleSliceParameterBufferH264(vlVaContext *context, vlVaBuffer *buf) vlVaHandleSliceParameterBufferH264() argument
[all...]
H A Dpicture_mjpeg.c30 void vlVaHandlePictureParameterBufferMJPEG(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in vlVaHandlePictureParameterBufferMJPEG() argument
59 vlVaHandleIQMatrixBufferMJPEG(vlVaContext *context, vlVaBuffer *buf) vlVaHandleIQMatrixBufferMJPEG() argument
69 vlVaHandleHuffmanTableBufferType(vlVaContext *context, vlVaBuffer *buf) vlVaHandleHuffmanTableBufferType() argument
91 vlVaHandleSliceParameterBufferMJPEG(vlVaContext *context, vlVaBuffer *buf) vlVaHandleSliceParameterBufferMJPEG() argument
118 vlVaGetJpegSliceHeader(vlVaContext *context) vlVaGetJpegSliceHeader() argument
[all...]
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DCertificate.pm172 sub context subroutine
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawOutputLocationTests.cpp40 void checkSupport (Context& context, std::string testName) in checkSupport() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantUtil.cpp57 void requireFeatures (Context& context, const FeatureFlags flags) in requireFeatures() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawOutputLocationTests.cpp40 void checkSupport (Context& context, std::string testName) in checkSupport() argument
H A DvktDrawShaderInvocationTests.cpp40 void checkHelperInvocationTestSupport(Context& context, std::string testName) in checkHelperInvocationTestSupport() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLBuffer.cpp24 Buffer::Buffer(Context &context, in Buffer() argument
H A Dentry_points_utils.h101 inline int CID(const Context *context) in CID() argument
109 inline int CID(EGLDisplay display, EGLContext context) in CID() argument
H A DLoggingAnnotator.cpp21 void LoggingAnnotator::beginEvent(gl::Context *context, in beginEvent() argument
29 void LoggingAnnotator::endEvent(gl::Context *context, const char *eventName, EntryPoint entryPoint) in endEvent() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DOverlayImpl.h34 virtual void onDestroy(const gl::Context *context) {} in onDestroy() argument
42 inline angle::Result OverlayImpl::init(const gl::Context *context, bool *successOut) in init() argument
H A DBufferImpl.h36 virtual void destroy(const gl::Context *context) {} in destroy() argument
[all...]
H A DEGLImplFactory.h84 createExternalImageSibling( const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
H A DFramebufferImpl.h36 virtual void destroy(const gl::Context *context) {} in destroy() argument
[all...]
H A DFramebufferAttachmentObjectImpl.h42 getAttachmentRenderTarget( const gl::Context *context, GLenum binding, const gl::ImageIndex &imageIndex, GLsizei samples, FramebufferAttachmentRenderTarget **rtOut) getAttachmentRenderTarget() argument
53 initializeContents( const gl::Context *context, const gl::ImageIndex &imageIndex) initializeContents() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DImageD3D.cpp26 angle::Result ImageD3D::setManagedSurface2D(const gl::Context *context, in setManagedSurface2D() argument
33 angle::Result ImageD3D::setManagedSurfaceCube(const gl::Context *context, in setManagedSurfaceCube() argument
41 angle::Result ImageD3D::setManagedSurface3D(const gl::Context *context, in setManagedSurface3D() argument
48 angle::Result ImageD3D::setManagedSurface2DArray(const gl::Context *context, in setManagedSurface2DArray() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DRendererWGL.cpp14 RendererWGL(std::unique_ptr<FunctionsGL> functionsGL, const egl::AttributeMap &attribMap, DisplayWGL *display, HGLRC context, HGLRC sharedContext, const std::vector<int> workerContextAttribs) RendererWGL() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DVertexArray9.h39 inline angle::Result VertexArray9::syncState(const gl::Context *context, in syncState() argument
H A DFence9.cpp26 angle::Result FenceNV9::set(const gl::Context *context, GLenum condition) in set() argument
42 angle::Result FenceNV9::test(const gl::Context *context, GLboolean *outFinished) in test() argument
47 angle::Result FenceNV9::finish(const gl::Context *context) in finish() argument
H A DDebugAnnotator9.cpp16 void DebugAnnotator9::beginEvent(gl::Context *context, in beginEvent() argument
27 void DebugAnnotator9::endEvent(gl::Context *context, in endEvent() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DContextEGL.cpp24 angle::Result ContextEGL::onMakeCurrent(const gl::Context *context) in onMakeCurrent() argument
45 angle::Result ContextEGL::onUnMakeCurrent(const gl::Context *context) in onUnMakeCurrent() argument
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
H A DReceiver.java45 public void onReceive(Context context, Intent intent) in onReceive() argument
74 private String loadRules(Context context) in loadRules() argument
147 static void updateAllUseAngle(Context context) in updateAllUseAngle() argument
158 updateShowAngleInUseDialogBox(Context context) updateShowAngleInUseDialogBox() argument
173 updateDeveloperOptionsWatcher(Context context) updateDeveloperOptionsWatcher() argument
[all...]

Completed in 8 milliseconds

1...<<21222324252627282930>>...271