| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_assert.c | 65 LLVMContextRef context = gallivm->context; in lp_build_assert() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_index_modify.c | 29 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 D | picture_hevc.c | 31 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 D | picture_h264.c | 61 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 D | picture_mjpeg.c | 30 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 D | Certificate.pm | 172 sub context subroutine
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawOutputLocationTests.cpp | 40 void checkSupport (Context& context, std::string testName) in checkSupport() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineSpecConstantUtil.cpp | 57 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 D | vktDrawOutputLocationTests.cpp | 40 void checkSupport (Context& context, std::string testName) in checkSupport() argument
|
| H A D | vktDrawShaderInvocationTests.cpp | 40 void checkHelperInvocationTestSupport(Context& context, std::string testName) in checkHelperInvocationTestSupport() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | CLBuffer.cpp | 24 Buffer::Buffer(Context &context, in Buffer() argument
|
| H A D | entry_points_utils.h | 101 inline int CID(const Context *context) in CID() argument 109 inline int CID(EGLDisplay display, EGLContext context) in CID() argument
|
| H A D | LoggingAnnotator.cpp | 21 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 D | OverlayImpl.h | 34 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 D | BufferImpl.h | 36 virtual void destroy(const gl::Context *context) {} in destroy() argument [all...] |
| H A D | EGLImplFactory.h | 84 createExternalImageSibling( const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
|
| H A D | FramebufferImpl.h | 36 virtual void destroy(const gl::Context *context) {} in destroy() argument [all...] |
| H A D | FramebufferAttachmentObjectImpl.h | 42 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 D | ImageD3D.cpp | 26 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 D | RendererWGL.cpp | 14 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 D | VertexArray9.h | 39 inline angle::Result VertexArray9::syncState(const gl::Context *context, in syncState() argument
|
| H A D | Fence9.cpp | 26 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 D | DebugAnnotator9.cpp | 16 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 D | ContextEGL.cpp | 24 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 D | Receiver.java | 45 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...] |